From 2424d456c62f4e2a3fc86eb8090b523a43577ae9 Mon Sep 17 00:00:00 2001 From: Honza Date: Wed, 18 Dec 2024 17:53:52 +0100 Subject: [PATCH] Add KS SDK proguard rules --- app/proguard-project.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/proguard-project.txt b/app/proguard-project.txt index 89dd7e56..9a904bda 100644 --- a/app/proguard-project.txt +++ b/app/proguard-project.txt @@ -44,3 +44,7 @@ -keepclassmembers class java.util.IntSummaryStatistics { *; } -keepclassmembers class java.util.LongSummaryStatistics { *; } -keepclassmembers class java.util.DoubleSummaryStatistics { *; } + +# Keystone SDK +# Note: we should keep only the necessary components +-keep class com.keystone.module.** { *; }