We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d0526 commit d8777b1Copy full SHA for d8777b1
app/build.gradle.kts
@@ -153,14 +153,14 @@ android {
153
154
flavorDimensions += "channel"
155
productFlavors {
156
- create("nonGoogle") {
+ create("nongoogle") {
157
dimension = "channel"
158
isDefault = true
159
}
160
create("google") {
161
162
163
- create("noUpdater") {
+ create("noupdater") {
164
165
166
@@ -242,6 +242,6 @@ dependencies {
242
val googleImplementation by configurations
243
googleImplementation(libs.billingclient)
244
245
- val noUpdaterImplementation by configurations
246
- noUpdaterImplementation(libs.billingclient)
+ val noupdaterImplementation by configurations
+ noupdaterImplementation(libs.billingclient)
247
0 commit comments