removed anko dependency from PreferenceController
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2019-10-17 19:19:47 +02:00
parent d5adc4df51
commit 5cad924b26
6 changed files with 18 additions and 6 deletions

View File

@ -55,7 +55,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.afollestad:aesthetic:1.0.0-beta05'
implementation 'com.afollestad.material-dialogs:core:3.1.1'
implementation 'com.afollestad.material-dialogs:color:3.1.1'