From: Tobias Brunner Date: Mon, 28 Jun 2021 12:22:07 +0000 (+0200) Subject: android: Update dependencies X-Git-Tag: android-2.3.3^2~13 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=58310099417f31b4d5cfd43251d5afb72fcaf53e;p=thirdparty%2Fstrongswan.git android: Update dependencies --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index c0a1c93524..295c8cb7d9 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -46,13 +46,13 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'com.google.android.material:material:1.2.1' - testImplementation 'junit:junit:4.12' - testImplementation 'org.mockito:mockito-core:2.28.2' - testImplementation 'org.powermock:powermock-core:2.0.2' - testImplementation 'org.powermock:powermock-module-junit4:2.0.2' - testImplementation 'org.powermock:powermock-api-mockito2:2.0.2' + implementation 'com.google.android.material:material:1.4.0' + testImplementation 'junit:junit:4.13.2' + testImplementation 'org.mockito:mockito-core:3.11.2' + testImplementation 'org.powermock:powermock-core:2.0.9' + testImplementation 'org.powermock:powermock-module-junit4:2.0.9' + testImplementation 'org.powermock:powermock-api-mockito2:2.0.9' }