Skip to content

Commit 343c9ab

Browse files
committed
Set the dog flavor as the default
1 parent c8f8d56 commit 343c9ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ android {
5252
flavorDimensions += "market"
5353
productFlavors {
5454
dog {
55+
isDefault = true
5556
dimension "market"
5657
versionNameSuffix "-dog"
5758
applicationIdSuffix ".dog"

0 commit comments

Comments
 (0)