mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 06:30:13 +08:00
[core/android] Fix wrong publication of androidRelease (#2699)
This commit is contained in:
parent
3b8954372e
commit
9a6b9cc900
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user