gradle: Mark vanilla as the default flavour

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-05-28 21:08:34 +08:00
parent 45b5f0ef23
commit c21c810f51

View File

@@ -114,6 +114,7 @@ android {
productFlavors {
create("vanilla") {
isDefault = true
dimension = "device"
}