Skip to content

Commit 4b1d593

Browse files
zaneschepkeweblate
authored andcommitted
fix: dns r8 (#591)
1 parent 2534b86 commit 4b1d593

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

app/fdroid-rules.pro

+10
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,13 @@
2626
# Suppress warnings about missing classes if not all features are used
2727
-dontwarn java.lang.management.**
2828
-dontwarn sun.nio.ch.**
29+
30+
-keep class com.google.api.client.http.** { *; }
31+
-dontwarn com.google.api.client.http.**
32+
33+
# Keep Joda-Time classes used by Tink
34+
-keep class org.joda.time.** { *; }
35+
-dontwarn org.joda.time.**
36+
37+
-keep class org.slf4j.** { *; }
38+
-dontwarn org.slf4j.**

app/proguard-rules.pro

+10
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,13 @@
4545
# Suppress warnings about missing classes if not all features are used
4646
-dontwarn java.lang.management.**
4747
-dontwarn sun.nio.ch.**
48+
49+
-keep class com.google.api.client.http.** { *; }
50+
-dontwarn com.google.api.client.http.**
51+
52+
# Keep Joda-Time classes used by Tink
53+
-keep class org.joda.time.** { *; }
54+
-dontwarn org.joda.time.**
55+
56+
-keep class org.slf4j.** { *; }
57+
-dontwarn org.slf4j.**

versionCode.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
2

0 commit comments

Comments
 (0)