From e82e76515f723b70913f7c1f27399d43263e92b0 Mon Sep 17 00:00:00 2001 From: Nguyen Duc Tuan Minh Date: Sun, 11 Aug 2024 15:08:03 +0700 Subject: [PATCH] Try to fix Fdroid Build --- app/proguard-rules.pro | 2 -- app/release/output-metadata.json | 16 ---------------- 2 files changed, 18 deletions(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 80bba339..c78ba1c1 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -23,10 +23,8 @@ -keep class kotlinx.coroutines.internal.MainDispatcherFactory -dontwarn org.slf4j.impl.StaticLoggerBinder -dontwarn kotlinx.serialization.internal.ClassValueReferences --keepattributes Signature -keep class com.google.gson.reflect.TypeToken { *; } -keep class * extends com.google.gson.reflect.TypeToken --keep class kotlin.coroutines.Continuation -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$* { *; } diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index d7099820..d5f65152 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -17,21 +17,5 @@ } ], "elementType": "File", - "baselineProfiles": [ - { - "minApi": 28, - "maxApi": 30, - "baselineProfiles": [ - "baselineProfiles/1/app-release.dm" - ] - }, - { - "minApi": 31, - "maxApi": 2147483647, - "baselineProfiles": [ - "baselineProfiles/0/app-release.dm" - ] - } - ], "minSdkVersionForDexing": 26 } \ No newline at end of file