]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Update dependencies
authorTobias Brunner <tobias@strongswan.org>
Mon, 2 Jun 2025 12:55:19 +0000 (14:55 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 27 Jun 2025 06:57:38 +0000 (08:57 +0200)
src/frontends/android/app/build.gradle

index 01eb5a189d326a33a1c8eccd43369747d8a57b21..9ebbd5ca25b55cddb562ce41b4e57f95bfcc6ae4 100644 (file)
@@ -45,8 +45,8 @@ android {
 }
 
 dependencies {
-    implementation 'androidx.appcompat:appcompat:1.7.0'
-    implementation 'androidx.lifecycle:lifecycle-process:2.8.3'
+    implementation 'androidx.appcompat:appcompat:1.7.1'
+    implementation 'androidx.lifecycle:lifecycle-process:2.9.1'
     implementation 'androidx.preference:preference:1.2.1'
     implementation 'com.google.android.material:material:1.12.0'
     testImplementation 'junit:junit:4.13.2'