From: Tobias Brunner Date: Tue, 6 Oct 2020 11:43:40 +0000 (+0200) Subject: android: Update dependencies X-Git-Tag: 5.9.1rc1~4^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea303d3f5ae4a19e0a2fc9897ee7472ba742d54a;p=thirdparty%2Fstrongswan.git android: Update dependencies --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index 14469f4276..ccbf5f7c99 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -46,10 +46,10 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.preference:preference:1.1.0' + implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'com.google.android.material:material: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'