Skip to content

Commit

Permalink
Disable obfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wavesonics committed Nov 2, 2024
1 parent ede1a3e commit 982a0df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-dontobfuscate

# Keep `Companion` object fields of serializable classes.
# This avoids serializer lookup through `getDeclaredClasses` as done for named companion objects.
-if @kotlinx.serialization.Serializable class **
Expand Down
2 changes: 2 additions & 0 deletions desktop/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-dontobfuscate

-keep public class *.** { *; }
-keep public class com.darkrockstudios.** { *; }

Expand Down

0 comments on commit 982a0df

Please sign in to comment.