mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-02 13:00:01 -04:00
disable proguard optimization again
to see if this is really worth having and in any case save the mapping.txt file
This commit is contained in:
@@ -103,6 +103,7 @@ app assembleRelease test:
|
||||
paths:
|
||||
- app/build/reports
|
||||
- app/build/outputs/apk
|
||||
- app/build/outputs/mapping
|
||||
- libs/*/build/reports
|
||||
- legacy/build/reports
|
||||
- legacy/build/outputs/apk
|
||||
|
||||
1
app/proguard-rules.pro
vendored
1
app/proguard-rules.pro
vendored
@@ -1,4 +1,5 @@
|
||||
-dontobfuscate
|
||||
-dontoptimize
|
||||
-keepattributes SourceFile,LineNumberTable,Exceptions
|
||||
|
||||
# Anything less causes issues like not finding primary constructor in ReflectionDiffer
|
||||
|
||||
Reference in New Issue
Block a user