mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 14:50:43 +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
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
buildTypes.getByName("release") {
|
buildTypes.getByName("release") {
|
||||||
isMinifyEnabled = true
|
isMinifyEnabled = false
|
||||||
isShrinkResources = false
|
isShrinkResources = false
|
||||||
proguardFiles(
|
proguardFiles(
|
||||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||||
|
Loading…
Reference in New Issue
Block a user