From 3ed5a8c4729ab1b5d45382e26f3ff3722f64310d Mon Sep 17 00:00:00 2001 From: toasterofbread Date: Thu, 24 Oct 2024 19:11:45 +0100 Subject: [PATCH] Fix Android release build --- androidApp/proguard-rules.pro | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/androidApp/proguard-rules.pro b/androidApp/proguard-rules.pro index 4e7d9906d..c00b4bdab 100644 --- a/androidApp/proguard-rules.pro +++ b/androidApp/proguard-rules.pro @@ -42,6 +42,12 @@ # Ktor -dontwarn io.ktor.** +-dontwarn java.beans.BeanDescriptor +-dontwarn java.beans.BeanInfo +-dontwarn java.beans.IntrospectionException +-dontwarn java.beans.Introspector +-dontwarn java.beans.PropertyDescriptor + # From proguard-android-optimize.txt -optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*