]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Remove AndroidX legacy support
authorMarkus Pfeiffer <markus.pfeiffer@relution.io>
Tue, 21 Nov 2023 14:37:21 +0000 (15:37 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 21 Feb 2024 11:24:52 +0000 (12:24 +0100)
src/frontends/android/app/build.gradle

index 7aa4d84547abef38d634fd508289c45aa391c7b0..19542279179398ff4f4bbb5fa4203d7c667e0d54 100644 (file)
@@ -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'