Skip to content

Commit

Permalink
更改配置
Browse files Browse the repository at this point in the history
  • Loading branch information
aaa1115910 committed Jul 11, 2024
1 parent cb52166 commit 0495878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bv-player-mobile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ android {

buildTypes {
release {
isMinifyEnabled = true
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
}
create("r8Test") {
isMinifyEnabled = true
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
}
create("alpha") {
isMinifyEnabled = true
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
Expand Down

0 comments on commit 0495878

Please sign in to comment.