Skip to content

Commit 15c5507

Browse files
committed
bump deps, remove redudant proguard rules
1 parent e1e7e27 commit 15c5507

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

app/proguard-rules.pro

-23
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,3 @@
2222
-keepclassmembers class * extends androidx.datastore.preferences.protobuf.GeneratedMessageLite {
2323
<fields>;
2424
}
25-
26-
# Keep all classes in the org.xbill.DNS package and subpackages
27-
-keep class org.xbill.DNS.** { *; }
28-
-dontwarn org.xbill.DNS.**
29-
30-
# Preserve JNA classes if used (e.g., for IPHlpAPI on Windows)
31-
-keep class com.sun.jna.** { *; }
32-
-dontwarn com.sun.jna.**
33-
34-
# Keep DNS resolver configuration classes that might be loaded dynamically
35-
-keep class org.xbill.DNS.config.** { *; }
36-
-dontwarn org.xbill.DNS.config.**
37-
38-
-keep class org.xbill.DNS.** { *; }
39-
40-
# Prevent optimization issues with native or reflection-based calls
41-
-dontoptimize
42-
-dontshrink
43-
# Uncomment the above if errors persist, but use sparingly as they’re broad
44-
45-
# Suppress warnings about missing classes if not all features are used
46-
-dontwarn java.lang.management.**
47-
-dontwarn sun.nio.ch.**

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
accompanist = "0.37.0"
33
activityCompose = "1.10.0"
4-
amneziawgAndroid = "1.2.8"
4+
amneziawgAndroid = "1.2.9"
55
androidx-junit = "1.2.1"
66
appcompat = "1.7.0"
77
biometricKtx = "1.2.0-alpha05"
@@ -19,7 +19,7 @@ navigationCompose = "2.8.7"
1919
pinLockCompose = "1.0.4"
2020
roomVersion = "2.6.1"
2121
timber = "5.0.1"
22-
tunnel = "1.2.4"
22+
tunnel = "1.2.5"
2323
androidGradlePlugin = "8.8.0-alpha05"
2424
kotlin = "2.1.10"
2525
ksp = "2.1.10-1.0.30"

0 commit comments

Comments
 (0)