Skip to content

Commit

Permalink
fix: disable proguard obfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelen123 committed Apr 2, 2024
1 parent a62a885 commit 401646a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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.** { *; }
Expand Down

0 comments on commit 401646a

Please sign in to comment.