Files
AndroidJetpack/Hyperion/android/proguard-rules.pro
T
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

14 lines
408 B
Prolog

# Uncomment this to preserve the line number information for
# debugging stack traces.
-keepattributes SourceFile,LineNumberTable
# Repackage classes into the top-level.
-repackageclasses
# Amount of optimization iterations, taken from an SO post
-optimizationpasses 5
# Broaden access modifiers to increase results during optimization
-allowaccessmodification
-dontwarn org.slf4j.impl.StaticLoggerBinder