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 committed by Alibek Omarov
parent f89d82d1b7
commit 869c6dacad
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,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