]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Explicitly pull in androidx.localbroadcastmanager
authorTobias Brunner <tobias@strongswan.org>
Thu, 25 Sep 2025 15:31:03 +0000 (17:31 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 30 Sep 2025 09:26:41 +0000 (11:26 +0200)
Seems to not get pulled in automatically anymore.  This has actually been
deprecated for years apparently.  Unfortunately, it's not that easy to
replace, so keep it for now.

src/frontends/android/app/build.gradle

index 330016150b3c8cb24483ee570d412173bee5fc41..729b7dd823341f1e21f804ff6824f89b1dca167f 100644 (file)
@@ -49,6 +49,7 @@ dependencies {
     implementation 'androidx.core:core:1.17.0'
     implementation 'androidx.lifecycle:lifecycle-process:2.9.4'
     implementation 'androidx.preference:preference:1.2.1'
+    implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
     implementation 'com.google.android.material:material:1.13.0'
     testImplementation 'junit:junit:4.13.2'
     testImplementation 'org.assertj:assertj-core:3.27.6'