init anroid version

This commit is contained in:
amurcanov
2026-03-24 17:39:49 +03:00
parent 7a1e2f3f5b
commit 04dfc01331
52 changed files with 3061 additions and 4505 deletions
+16
View File
@@ -0,0 +1,16 @@
# Add project specific ProGuard rules here.
-dontwarn java.awt.**
-dontwarn java.beans.**
-dontwarn javax.swing.**
-dontwarn com.sun.jna.**
# Keep JNA interfaces and methods from being removed or obfuscated
-keep class com.sun.jna.** { *; }
-keep interface com.sun.jna.Library { *; }
# Keep our proxy library interface and NativeProxy object
-keep class com.example.tgwsproxy.NativeProxy { *; }
-keep interface com.example.tgwsproxy.ProxyLibrary { *; }
-keepclassmembers class * extends com.sun.jna.Library {
<methods>;
}