From fc4bf1fdf144eb844e1fa1661b6c7aa3b60d4b45 Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Sun, 12 Jun 2022 18:28:59 +0200 Subject: [PATCH] Enable obfuscation of release builds --- app/proguard-rules.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 28b55c3..977a91b 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -19,7 +19,6 @@ # If you keep the line number information, uncomment this to # hide the original source file name. #-renamesourcefileattribute SourceFile --dontobfuscate ### Remove logging https://www.guardsquare.com/manual/configuration/examples#logging ### -assumenosideeffects class android.util.Log {