From: Tobias Brunner Date: Tue, 16 Jul 2024 14:36:36 +0000 (+0200) Subject: android: Update dependencies X-Git-Tag: android-2.5.2^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a14c20ec74bb57aa22d5126d012c57e15912b76;p=thirdparty%2Fstrongswan.git android: Update dependencies --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index c9443ff493..7932b69a52 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -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'