Skip to content

Commit

Permalink
build.gradle.kts format
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry-ZHR committed Apr 13, 2024
1 parent 200aae8 commit 2fe6efb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,13 @@ android {

androidComponents {
beforeVariants { variantBuilder ->
if (variantBuilder.productFlavors.containsAll(listOf("channel" to "google", "updater" to "withUpdater"))) {
if (variantBuilder.productFlavors.containsAll(
listOf(
"channel" to "google",
"updater" to "withUpdater"
)
)
) {
variantBuilder.enable = false
}
}
Expand Down

0 comments on commit 2fe6efb

Please sign in to comment.