feat: full md3 redesign and few tweaks

fully redesigned android and wearos app

auto sync with wearos

enabled minify
This commit is contained in:
Fimkov
2026-06-19 12:06:49 +07:00
parent 1c76705551
commit e62b7f4741
43 changed files with 4013 additions and 1199 deletions
+11 -1
View File
@@ -18,4 +18,14 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
-keepattributes *Annotation*, InnerClasses
-dontnote kotlinx.serialization.**
-keepclassmembers @kotlinx.serialization.Serializable class ** {
*** Companion;
*** serializer(...);
}
-keepclasseswithmembers class **$$serializer { *; }
-keepclassmembers enum com.google.zxing.BarcodeFormat { *; }