android: turn off R8 obfuscation to some extent

This commit is contained in:
Harsh Shandilya 2022-08-06 01:30:49 +05:30
parent fe41c885e4
commit 1a17593777
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -24,3 +24,6 @@
# @Serializable and @Polymorphic are used at runtime for polymorphic serialization.
-keepattributes RuntimeVisibleAnnotations,AnnotationDefault
-dontobfuscate
-keepattributes SourceFile, LineNumberTable