upgrade dagger (#1424)

This commit is contained in:
Konrad Pozniak 2019-07-28 20:00:19 +02:00 committed by GitHub
commit 941cdf198a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 16 deletions

View file

@ -86,7 +86,7 @@ project.tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
}
}
ext.daggerVersion = '2.23.2'
ext.daggerVersion = '2.24'
ext.retrofitVersion = '2.6.0'
// if libraries are changed here, they should also be changed in LicenseActivity