Skip to content

Commit 4415834

Browse files
committed
another
1 parent cbdfef5 commit 4415834

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/proguard-rules.pro

+4
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@
4848

4949
-keep class com.google.api.client.http.** { *; }
5050
-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.**

0 commit comments

Comments
 (0)