From 96decb2f89c47c6fef4571ea40c0861c77457054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Karpi=C5=84ski?= Date: Thu, 4 Jul 2024 16:40:07 +0200 Subject: [PATCH] Disable proguard obfuscation for better logs in error reports. TODO: Add error reporter in the future --- app/proguard-rules.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 73da9883..b1668cc7 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -20,6 +20,10 @@ # hide the original source file name. #-renamesourcefileattribute SourceFile +# Keep orginal names of a classes, function etc. +# For better logs in an error reports. +-dontobfuscate + # ERROR: R8: Missing class lombok.NonNull -dontwarn lombok.**