]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Update dependencies
authorTobias Brunner <tobias@strongswan.org>
Tue, 16 Jul 2024 14:36:36 +0000 (16:36 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 6 Aug 2024 16:01:54 +0000 (18:01 +0200)
src/frontends/android/app/build.gradle

index c9443ff493d4f9484fc3eaec59eaa67fa16f9716..7932b69a52c8345d263ce364d79c11aec43dda7a 100644 (file)
@@ -45,10 +45,10 @@ android {
 }
 
 dependencies {
-    implementation 'androidx.appcompat:appcompat:1.6.1'
-    implementation 'androidx.lifecycle:lifecycle-process:2.7.0'
+    implementation 'androidx.appcompat:appcompat:1.7.0'
+    implementation 'androidx.lifecycle:lifecycle-process:2.8.3'
     implementation 'androidx.preference:preference:1.2.1'
-    implementation 'com.google.android.material:material:1.10.0'
+    implementation 'com.google.android.material:material:1.12.0'
     testImplementation 'junit:junit:4.13.2'
     testImplementation 'org.assertj:assertj-core:3.24.2'
     testImplementation 'org.mockito:mockito-core:5.8.0'