Skip to content

Commit

Permalink
共存版命名添加后缀
Browse files Browse the repository at this point in the history
  • Loading branch information
niu-hb committed Dec 6, 2024
1 parent 5da18f4 commit 70e8d8f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,12 @@ android {
app {
dimension "mode"
manifestPlaceholders.put("APP_CHANNEL_VALUE", "app")
if ("release" == "releaseA") {
manifestPlaceholders.put("app_name", "@string/app_nameA")
}else {
manifestPlaceholders.put("app_name", "@string/app_name")
}
manifestPlaceholders.put("app_name", "@string/app_name_a")
// if ("release" == "releaseA") {
// manifestPlaceholders.put("app_name", "@string/app_name_a")
// }else {
// manifestPlaceholders.put("app_name", "@string/app_name")
// }
}
}

Expand Down

0 comments on commit 70e8d8f

Please sign in to comment.