Skip to content

Commit 3f7c1ed

Browse files
Proguard update (#55)
1 parent 23dbd5a commit 3f7c1ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

decoder/proguard-rules.pro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@
1818

1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
21-
#-renamesourcefileattribute SourceFile
21+
#-renamesourcefileattribute SourceFile
22+
-keep public class dgca.verifier.app.decoder.model.*
23+
-keep public class com.github.fge.jsonschema.** { *; }

0 commit comments

Comments
 (0)