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
2026-04-10 15:28:48 -03:00
parent 38b4fb78f9
commit d8b41da9bd
2 changed files with 2 additions and 0 deletions

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

View File

@@ -1,4 +1,5 @@
-dontobfuscate
-dontoptimize
-keepattributes SourceFile,LineNumberTable,Exceptions
# Anything less causes issues like not finding primary constructor in ReflectionDiffer