]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Update AndroidX libraries
authorTobias Brunner <tobias@strongswan.org>
Mon, 7 Oct 2019 15:00:11 +0000 (17:00 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 15 Oct 2019 10:18:45 +0000 (12:18 +0200)
src/frontends/android/app/build.gradle

index b2d8c0b9582c76318f2edbabef108d1687525908..c9ec5bd3daf061c45e1e21617b5f4977914c06b6 100644 (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'