Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 44bb9ee

Browse files
committed
chore: add proguard rules to ignore 'jdkx.**' classes
1 parent 0ebc895 commit 44bb9ee

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/proguard-rules.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
-dontobfuscate
66

77
-keep class javax.** { *; }
8+
-keep class jdkx.** { *; }
89

910
# keep javac classes
1011
-keep class openjdk.** { *; }
4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)