Browse Source

downgrade dagger to get rid of READ_PHONE_STATE permission

https://github.com/google/dagger/issues/1864
pull/1825/head
Conny Duck 6 years ago
parent
commit
8f2514dbe0
  1. 2
      app/build.gradle

2
app/build.gradle

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

Loading…
Cancel
Save