Files
Torch/android/app/proguard-rules.pro
2025-08-11 04:46:02 -04:00

13 lines
362 B
Prolog

# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
# Keep native methods
-keepclasseswithmembernames class * {
native <methods>;
}
# Keep the MainActivity and its native methods
-keep class com.torch.converter.MainActivity {
public native <methods>;
}