From 1a1759377798b89eb8fe8445b58b86cc3d2a7d99 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 6 Aug 2022 01:30:49 +0530 Subject: [PATCH] android: turn off R8 obfuscation to some extent --- android/proguard-rules.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/proguard-rules.pro b/android/proguard-rules.pro index 1ea4feef..690d2e9a 100644 --- a/android/proguard-rules.pro +++ b/android/proguard-rules.pro @@ -24,3 +24,6 @@ # @Serializable and @Polymorphic are used at runtime for polymorphic serialization. -keepattributes RuntimeVisibleAnnotations,AnnotationDefault + +-dontobfuscate +-keepattributes SourceFile, LineNumberTable