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:
Torsten Grote committed 2026-04-28 08:58:39 -03:00
1 parent 38b4fb78f9
commit d8b41da9bd
2 files changed
+2

No files matched your search

+1
View File
@@ -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
View File
@@ -1,4 +1,5 @@
-dontobfuscate
-dontoptimize
-keepattributes SourceFile,LineNumberTable,Exceptions
# Anything less causes issues like not finding primary constructor in ReflectionDiffer