Skip to content

Commit

Permalink
downgrade dagger to get rid of READ_PHONE_STATE permission
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck authored and a1batross committed Jun 15, 2020
1 parent f89d82d commit 869c6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 869c6da

Please sign in to comment.