From d3a62ba52ff1fd6407bb4dde2833c7301287a609 Mon Sep 17 00:00:00 2001 From: andrekir Date: Mon, 13 Feb 2023 18:32:35 -0300 Subject: [PATCH] chore: update proguard rules --- app/proguard-rules.pro | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 45e42cc0..5a3ddba8 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -42,6 +42,23 @@ kotlinx.serialization.KSerializer serializer(...); } +-keep public class com.google.android.gms.* { public *; } +-dontwarn com.google.android.gms.** + +# ormlite +-dontwarn com.j256.ormlite.android.** +-dontwarn com.j256.ormlite.logger.** +-dontwarn com.j256.ormlite.misc.** + +# OkHttp +-dontwarn okhttp3.internal.platform.** +-dontwarn org.conscrypt.** +-dontwarn org.bouncycastle.** +-dontwarn org.openjsse.** + +#-dontwarn java.awt.image.** +#-dontwarn com.google.errorprone.annotations.** + # Our app is opensource no need to obsfucate -dontobfuscate -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*,!code/allocation/variable \ No newline at end of file