gradle: Mark vanilla as the default flavour
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -114,6 +114,7 @@ android {
|
|||||||
|
|
||||||
productFlavors {
|
productFlavors {
|
||||||
create("vanilla") {
|
create("vanilla") {
|
||||||
|
isDefault = true
|
||||||
dimension = "device"
|
dimension = "device"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user