Skip to content

Commit

Permalink
更新build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
rRemix committed Apr 8, 2024
1 parent 63d0526 commit d8777b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ android {

flavorDimensions += "channel"
productFlavors {
create("nonGoogle") {
create("nongoogle") {
dimension = "channel"
isDefault = true
}
create("google") {
dimension = "channel"
}
create("noUpdater") {
create("noupdater") {
dimension = "channel"
}
}
Expand Down Expand Up @@ -242,6 +242,6 @@ dependencies {
val googleImplementation by configurations
googleImplementation(libs.billingclient)

val noUpdaterImplementation by configurations
noUpdaterImplementation(libs.billingclient)
val noupdaterImplementation by configurations
noupdaterImplementation(libs.billingclient)
}

0 comments on commit d8777b1

Please sign in to comment.