From: Tobias Brunner Date: Mon, 2 Jun 2025 12:55:19 +0000 (+0200) Subject: android: Update dependencies X-Git-Tag: android-2.5.6^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4143e4746284392db343042295635ed59d0c9c4d;p=thirdparty%2Fstrongswan.git android: Update dependencies --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index 01eb5a189d..9ebbd5ca25 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -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'