]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Update dependencies
authorTobias Brunner <tobias@strongswan.org>
Fri, 22 Jul 2022 08:26:07 +0000 (10:26 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 21 Sep 2022 13:15:18 +0000 (15:15 +0200)
src/frontends/android/app/build.gradle

index 780a075ee13ecbe03c735cafd02213eeb9627340..e181bb977bf8e268ad26db353e352ebef72fede5 100644 (file)
@@ -47,10 +47,10 @@ android {
 }
 
 dependencies {
-    implementation 'androidx.appcompat:appcompat:1.3.0'
-    implementation 'androidx.preference:preference:1.1.1'
+    implementation 'androidx.appcompat:appcompat:1.4.2'
+    implementation 'androidx.preference:preference:1.2.0'
     implementation 'androidx.legacy:legacy-support-v4:1.0.0'
-    implementation 'com.google.android.material:material:1.4.0'
+    implementation 'com.google.android.material:material:1.6.1'
     testImplementation 'junit:junit:4.13.2'
     testImplementation 'org.mockito:mockito-core:3.11.2'
     testImplementation 'org.powermock:powermock-core:2.0.9'