mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 21:56:59 +05:30
android: turn off R8 obfuscation to some extent
This commit is contained in:
parent
fe41c885e4
commit
1a17593777
1 changed files with 3 additions and 0 deletions
3
android/proguard-rules.pro
vendored
3
android/proguard-rules.pro
vendored
|
@ -24,3 +24,6 @@
|
|||
|
||||
# @Serializable and @Polymorphic are used at runtime for polymorphic serialization.
|
||||
-keepattributes RuntimeVisibleAnnotations,AnnotationDefault
|
||||
|
||||
-dontobfuscate
|
||||
-keepattributes SourceFile, LineNumberTable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue