Set googleplay as default flavor

pull/2520/head
Alex Baker 1 year ago
parent 10d2e8feda
commit 5948e4a958

@ -135,6 +135,7 @@ android {
dimension = "store" dimension = "store"
} }
create("googleplay") { create("googleplay") {
isDefault = true
dimension = "store" dimension = "store"
} }
} }

Loading…
Cancel
Save