From: Tobias Brunner Date: Fri, 22 Jul 2022 08:26:07 +0000 (+0200) Subject: android: Update dependencies X-Git-Tag: 5.9.8rc1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef68a7056b971037ae54e246c931d4b7e8083d78;p=thirdparty%2Fstrongswan.git android: Update dependencies --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index 780a075ee1..e181bb977b 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -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'