forked from omni/OmniCards
feat: full md3 redesign and few tweaks
fully redesigned android and wearos app auto sync with wearos enabled minify
This commit is contained in:
Vendored
+11
-1
@@ -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 { *; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user