We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 646cef2 + d699d4b commit cb411faCopy full SHA for cb411fa
platform/android/java/lib/build.gradle
@@ -106,8 +106,8 @@ android {
106
boolean devBuild = buildType == "dev"
107
boolean debugSymbols = devBuild
108
boolean runTests = devBuild
109
- boolean productionBuild = !devBuild
110
boolean storeRelease = buildType == "release"
+ boolean productionBuild = storeRelease
111
112
def sconsTarget = flavorName
113
if (sconsTarget == "template") {
0 commit comments