Skip to content

Commit

Permalink
Allow debugging release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed May 7, 2024
1 parent bd3fb4b commit 0534c88
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/proguard-rules.pro
@@ -1,3 +1,11 @@
# Uncomment this to preserve the line number information for
# debugging stack traces.
-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
-renamesourcefileattribute SourceFile

# Kotlin
-assumenosideeffects class kotlin.jvm.internal.Intrinsics {
public static void check*(...);
Expand Down

0 comments on commit 0534c88

Please sign in to comment.