mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
feat: enable code optimization and resource shrinking in release build
This commit is contained in:
10
app-tv/proguard-rules.pro
vendored
10
app-tv/proguard-rules.pro
vendored
@@ -12,10 +12,8 @@
|
||||
# public *;
|
||||
#}
|
||||
|
||||
# Uncomment this to preserve the line number information for
|
||||
# debugging stack traces.
|
||||
#-keepattributes SourceFile,LineNumberTable
|
||||
# Preserve the line number information for debugging stack traces.
|
||||
-keepattributes SourceFile,LineNumberTable
|
||||
|
||||
# If you keep the line number information, uncomment this to
|
||||
# hide the original source file name.
|
||||
#-renamesourcefileattribute SourceFile
|
||||
# Hide the original source file name.
|
||||
-renamesourcefileattribute SourceFile
|
||||
Reference in New Issue
Block a user