Compare commits

...

1 Commits

Author SHA1 Message Date
Zane Schepke 810c60f161 fix: dns r8 (#591) 2025-02-23 17:25:01 -05:00
3 changed files with 21 additions and 1 deletions
+10
View File
@@ -26,3 +26,13 @@
# Suppress warnings about missing classes if not all features are used
-dontwarn java.lang.management.**
-dontwarn sun.nio.ch.**
-keep class com.google.api.client.http.** { *; }
-dontwarn com.google.api.client.http.**
# Keep Joda-Time classes used by Tink
-keep class org.joda.time.** { *; }
-dontwarn org.joda.time.**
-keep class org.slf4j.** { *; }
-dontwarn org.slf4j.**
+10
View File
@@ -45,3 +45,13 @@
# Suppress warnings about missing classes if not all features are used
-dontwarn java.lang.management.**
-dontwarn sun.nio.ch.**
-keep class com.google.api.client.http.** { *; }
-dontwarn com.google.api.client.http.**
# Keep Joda-Time classes used by Tink
-keep class org.joda.time.** { *; }
-dontwarn org.joda.time.**
-keep class org.slf4j.** { *; }
-dontwarn org.slf4j.**
+1 -1
View File
@@ -1 +1 @@
1
2