[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"),