We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce69c3f commit 4b4783bCopy full SHA for 4b4783b
docs/proguard-rules.txt
@@ -16,8 +16,8 @@
16
-keep class * implements com.google.gson.JsonSerializer
17
-keep class * implements com.google.gson.JsonDeserializer
18
19
--dontnote sun.misc.Unsafe # see line 119
20
--dontnote com.google.gson.** # see line 119
+-dontnote sun.misc.Unsafe
+-dontnote com.google.gson.**
21
22
# JUnit
23
-dontwarn org.junit.**
@@ -36,4 +36,4 @@
36
-keep class sun.misc.Unsafe { *; }
37
-dontwarn java.nio.file.*
38
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
39
--dontwarn okio.**
+-dontwarn okio.**
0 commit comments