- Updated a graddle dependency (androidx.preference:preference) from 1.0.0 to 1.1.1

This commit is contained in:
SerpentSpirale 2020-12-31 18:38:46 +01:00
parent a17ba2170f
commit d92c63e081

View File

@ -63,7 +63,7 @@ dependencies {
implementation 'commons-codec:commons-codec:1.14'
// implementation 'com.wu-man:android-bsf-api:3.1.3'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.preference:preference:1.0.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.legacy:legacy-preference-v14:1.0.0'
implementation 'com.google.android.material:material:1.0.0'