WeserPlaner 1.0.0 v.3: now using R8 minifier. Added appropriate ProGuard rules

This commit is contained in:
denizk0461
2023-05-07 11:17:32 +02:00
parent 4ad952f1ae
commit 603955b53b
6 changed files with 33 additions and 2 deletions
+7
View File
@@ -12,6 +12,13 @@
# public *;
#}
-keep class org.jsoup.**
-dontwarn javax.annotation.Nonnull
-dontwarn javax.annotation.Nullable
-dontwarn javax.annotation.ParametersAreNonnullByDefault
-dontwarn javax.annotation.WillClose
-dontwarn javax.annotation.meta.TypeQualifierDefault
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable