Added back version checking (and version boxes) after transitioning homepage to MVVM

Fixed several errors caused along the way
This commit is contained in:
Viktor De Pasquale
2019-04-14 11:00:16 +02:00
parent bd00ae8ede
commit 9bb4dfad13
8 changed files with 105 additions and 25 deletions

View File

@@ -73,6 +73,9 @@ dependencies {
implementation("org.koin:koin-android:${koin}")
implementation("org.koin:koin-androidx-viewmodel:${koin}")
def timber = "4.7.1"
implementation "com.jakewharton.timber:timber:${timber}"
implementation("com.github.skoumalcz:teanity:0.3.3") {
exclude group: 'androidx.work', module: 'work-runtime-ktx'
exclude group: 'androidx.room', module: 'room-runtime'