From 35a5cb47d978d0d49ef3b3d9c5482e185fab4e80 Mon Sep 17 00:00:00 2001 From: Butterscotch! Date: Wed, 10 Dec 2025 19:07:54 -0500 Subject: [PATCH] Disable Android obfuscation --- server/android/proguard-rules.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/android/proguard-rules.pro b/server/android/proguard-rules.pro index d57ca20d4..45898c960 100644 --- a/server/android/proguard-rules.pro +++ b/server/android/proguard-rules.pro @@ -33,3 +33,6 @@ -dontwarn io.netty.** -dontwarn com.typesafe.** -dontwarn org.slf4j.** + +# Obfuscation is fine but it makes crash logs unreadable, we don't really need it for our app +-dontobfuscate