Skip to content

Commit d8777b1

Browse files
committed
更新build.gradle.kts
1 parent 63d0526 commit d8777b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: app/build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ android {
153153

154154
flavorDimensions += "channel"
155155
productFlavors {
156-
create("nonGoogle") {
156+
create("nongoogle") {
157157
dimension = "channel"
158158
isDefault = true
159159
}
160160
create("google") {
161161
dimension = "channel"
162162
}
163-
create("noUpdater") {
163+
create("noupdater") {
164164
dimension = "channel"
165165
}
166166
}
@@ -242,6 +242,6 @@ dependencies {
242242
val googleImplementation by configurations
243243
googleImplementation(libs.billingclient)
244244

245-
val noUpdaterImplementation by configurations
246-
noUpdaterImplementation(libs.billingclient)
245+
val noupdaterImplementation by configurations
246+
noupdaterImplementation(libs.billingclient)
247247
}

0 commit comments

Comments
 (0)