Skip to content

Commit

Permalink
Merge pull request ddnet#9406 from Robyt3/Android-Proguard-Fix
Browse files Browse the repository at this point in the history
Fix Android crash in release build due to ProGuard
  • Loading branch information
Jupeyy authored Dec 19, 2024
2 parents 1d48b10 + f3af041 commit b52f1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/android/files/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# debugging stack traces.
-keepattributes SourceFile,LineNumberTable

-keepclassmembers, allowoptimization public class org.ddnet.client.NativeMain {
-keepclassmembers, allowoptimization public class org.ddnet.client.* {
*;
}

Expand Down

0 comments on commit b52f1a4

Please sign in to comment.