Skip to content

Commit 196f3ad

Browse files
author
Michael Amygdalidis
committed
Add flavor dimension
1 parent ca075fb commit 196f3ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ android {
2121
}
2222
}
2323

24+
flavorDimensions "mock"
25+
2426
// If you need to add more flavors, consider using flavor dimensions.
2527
productFlavors {
2628
mock {
2729
applicationIdSuffix = ".mock"
30+
dimension "mock"
2831
}
2932
prod {
3033

0 commit comments

Comments
 (0)