From 698b853716789c130db943d47513f20677fca805 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 21 Sep 2023 20:52:57 +0930 Subject: [PATCH] Make playDebug the default variant --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 2bf496cd4..bc3ffe10d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -122,6 +122,7 @@ android { minifyEnabled false } debug { + isDefault true minifyEnabled false } } @@ -129,6 +130,7 @@ android { flavorDimensions "distribution" productFlavors { play { + isDefault true dimension "distribution" apply plugin: 'com.google.gms.google-services' ext.websiteUpdateUrl = "null"