downgrade dagger to get rid of READ_PHONE_STATE permission

https://github.com/google/dagger/issues/1864
This commit is contained in:
Conny Duck 2020-06-04 23:07:06 +02:00
parent ce779bcdba
commit 8f2514dbe0
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ ext.roomVersion = '2.2.5'
ext.retrofitVersion = '2.9.0'
ext.okhttpVersion = '4.7.2'
ext.glideVersion = '4.11.0'
ext.daggerVersion = '2.28'
ext.daggerVersion = '2.27'
ext.materialdrawerVersion = '8.0.3'
// if libraries are changed here, they should also be changed in LicenseActivity