From 4f3538339e9d25f1ff54be78e671c6f8a26d3ab9 Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Fri, 22 Sep 2023 13:51:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20R8=20Full=20Mode=20=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=97=A7=E7=89=88=20UI=20=E9=97=AA=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/proguard-rules.pro | 6 ++++++ gradle.properties | 1 + 2 files changed, 7 insertions(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 2379ea8b..21e0753c 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -261,6 +261,12 @@ -keep,allowobfuscation,allowshrinking class kotlinx.coroutines.flow.Flow -keep,allowobfuscation,allowshrinking class * extends kotlinx.coroutines.flow.Flow +-keep,allowobfuscation,allowshrinking class kotlinx.coroutines.Deferred +-keep,allowobfuscation,allowshrinking class * extends kotlinx.coroutines.Deferred + +-keep,allowobfuscation,allowshrinking class com.huanchengfly.tieba.post.api.retrofit.ApiResult +-keep,allowobfuscation,allowshrinking class * extends com.huanchengfly.tieba.post.api.retrofit.ApiResult + -keep,allowobfuscation,allowshrinking interface retrofit2.Call -keep,allowobfuscation,allowshrinking class retrofit2.Response -keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation diff --git a/gradle.properties b/gradle.properties index 984431b5..80caa936 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,3 +14,4 @@ booster.transform.r.inline.ignores=android/*,androidx/*,com/huanchengfly/tieba/p android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false android.nonFinalResIds=false +#android.enableR8.fullMode=false