mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-23 20:46:53 -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:
2 files changed
+2
No files matched your search
@@ -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
|
||||
|
||||
Vendored
+1
@@ -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