fix: disable proguard obfuscation

This commit is contained in:
Ax333l 2024-04-02 18:09:38 +02:00
parent a62a8852e7
commit 401646ace4
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
-dontobfuscate
-keep class app.revanced.** { *; }
-keep class com.android.tools.smali.** { *; }
-keep class kotlin.** { *; }