From ae618c97241de5b715e90a2382d7e87050ffc999 Mon Sep 17 00:00:00 2001 From: amurcanov Date: Wed, 25 Mar 2026 05:05:08 +0300 Subject: [PATCH] Update proguard-rules.pro v1.0.1 --- app/proguard-rules.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 6298c05..4dd3ef7 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -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 { ; }