Commit 15c5507 1 parent e1e7e27 commit 15c5507 Copy full SHA for 15c5507
File tree 2 files changed +2
-25
lines changed
2 files changed +2
-25
lines changed Original file line number Diff line number Diff line change 22
22
-keepclassmembers class * extends androidx.datastore.preferences.protobuf.GeneratedMessageLite {
23
23
<fields>;
24
24
}
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.**
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
accompanist = " 0.37.0"
3
3
activityCompose = " 1.10.0"
4
- amneziawgAndroid = " 1.2.8 "
4
+ amneziawgAndroid = " 1.2.9 "
5
5
androidx-junit = " 1.2.1"
6
6
appcompat = " 1.7.0"
7
7
biometricKtx = " 1.2.0-alpha05"
@@ -19,7 +19,7 @@ navigationCompose = "2.8.7"
19
19
pinLockCompose = " 1.0.4"
20
20
roomVersion = " 2.6.1"
21
21
timber = " 5.0.1"
22
- tunnel = " 1.2.4 "
22
+ tunnel = " 1.2.5 "
23
23
androidGradlePlugin = " 8.8.0-alpha05"
24
24
kotlin = " 2.1.10"
25
25
ksp = " 2.1.10-1.0.30"
You can’t perform that action at this time.
0 commit comments