downgrade dagger to get rid of READ_PHONE_STATE permission

https://github.com/google/dagger/issues/1864
main
Conny Duck 5 years ago committed by Alibek Omarov
parent f89d82d1b7
commit 869c6dacad
  1. 2
      app/build.gradle

@ -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

Loading…
Cancel
Save