Update proguard-rules.pro

v1.0.1
This commit is contained in:
amurcanov 2026-03-25 05:05:08 +03:00 committed by GitHub
parent 892309fff1
commit ae618c9724
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
-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 { *; }
-keep class com.amurcanov.tgwsproxy.NativeProxy { *; }
-keep interface com.amurcanov.tgwsproxy.ProxyLibrary { *; }
-keepclassmembers class * extends com.sun.jna.Library {
<methods>;
}