android: Update AndroidX libraries

This commit is contained in:
Tobias Brunner
2019-10-15 12:18:45 +02:00
parent 57d61730b0
commit 2ee1c6b106
+2 -2
View File
@@ -46,8 +46,8 @@ android {
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.preference:preference:1.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.preference:preference:1.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
testImplementation 'junit:junit:4.12'