From: Markus Pfeiffer Date: Tue, 21 Nov 2023 14:37:21 +0000 (+0100) Subject: android: Remove AndroidX legacy support X-Git-Tag: android-2.5.0^2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d192246e89858c433152b4009e17fa9ae13fc3a;p=thirdparty%2Fstrongswan.git android: Remove AndroidX legacy support --- diff --git a/src/frontends/android/app/build.gradle b/src/frontends/android/app/build.gradle index 7aa4d84547..1954227917 100644 --- a/src/frontends/android/app/build.gradle +++ b/src/frontends/android/app/build.gradle @@ -46,7 +46,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.preference:preference:1.2.1' - implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.google.android.material:material:1.10.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.8.0'