mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-07-09 21:40:26 +03:00
init anroid version
This commit is contained in:
Vendored
+16
@@ -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>;
|
||||
}
|
||||
Reference in New Issue
Block a user