From eaba3a2e727c76846e281206c981217ee94cf0ff Mon Sep 17 00:00:00 2001 From: Nguyen Duc Tuan Minh Date: Mon, 12 Aug 2024 21:59:20 +0700 Subject: [PATCH] [fdroid] Test to change proguard-rules.pro --- app/proguard-rules.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index c78ba1c1..437b0a49 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -26,6 +26,6 @@ -keep class com.google.gson.reflect.TypeToken { *; } -keep class * extends com.google.gson.reflect.TypeToken -keep class com.maxrave.simpmusic.data.model.** { *; } --keep,allowobfuscation,allowshrinking class com.maxrave.simpmusic.extension.AllExtKt { *; } --keep,allowobfuscation,allowshrinking class com.maxrave.simpmusic.extension.AllExtKt$* { *; } --keep,allowobfuscation,allowshrinking class com.maxrave.kotlinytmusicscraper.extension.MapExtKt$* { *; } \ No newline at end of file +-keep class com.maxrave.simpmusic.extension.AllExtKt { *; } +-keep class com.maxrave.simpmusic.extension.AllExtKt$* { *; } +-keep class com.maxrave.kotlinytmusicscraper.extension.MapExtKt$* { *; } \ No newline at end of file