Skip to content

Commit 4b4783b

Browse files
authored
Apply suggestions from code review
1 parent ce69c3f commit 4b4783b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/proguard-rules.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
-keep class * implements com.google.gson.JsonSerializer
1717
-keep class * implements com.google.gson.JsonDeserializer
1818

19-
-dontnote sun.misc.Unsafe # see line 119
20-
-dontnote com.google.gson.** # see line 119
19+
-dontnote sun.misc.Unsafe
20+
-dontnote com.google.gson.**
2121

2222
# JUnit
2323
-dontwarn org.junit.**
@@ -36,4 +36,4 @@
3636
-keep class sun.misc.Unsafe { *; }
3737
-dontwarn java.nio.file.*
3838
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
39-
-dontwarn okio.**
39+
-dontwarn okio.**

0 commit comments

Comments
 (0)