[core/android] Fix wrong publication of androidRelease (#2699)

This commit is contained in:
ヒューマンワーキン
2023-06-15 22:59:54 +08:00
committed by GitHub
parent 3b8954372e
commit 9a6b9cc900

View File

@@ -174,7 +174,7 @@ private fun Project.configureAndroidTargetWithSdk(androidNamespace: String) {
targetCompatibility = JavaVersion.VERSION_1_8
}
buildTypes.getByName("release") {
isMinifyEnabled = true
isMinifyEnabled = false
isShrinkResources = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),