update build.gradle.kts

disable code obfuscate
This commit is contained in:
BinTianqi
2024-04-14 08:22:15 +08:00
parent 1d8178c96e
commit 721fce3358
7 changed files with 11 additions and 66 deletions

View File

@@ -5,6 +5,7 @@
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
-dontobfuscate
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
@@ -14,8 +15,8 @@
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-renamesourcefileattribute SourceFile