From 8cbae70e9711db2828a158421a659c0695cb9579 Mon Sep 17 00:00:00 2001 From: soraefir Date: Tue, 7 Oct 2025 21:10:23 +0200 Subject: [PATCH] Fix build --- app/proguard-rules.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 086512c..ebdf65e 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -2,5 +2,6 @@ # fields. Proguard removes such information by default, keep it. -keepattributes Signature +-keep class org.joda.convert.** { *; } # Optional. For using GSON @Expose annotation -keepattributes AnnotationDefault,RuntimeVisibleAnnotations \ No newline at end of file