diff --git a/android/build.gradle b/android/build.gradle index ed5bdd8..8a5144b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -77,6 +77,6 @@ preBuild.dependsOn(copyFiles) task generateVersioning(type: Exec) { workingDir "$projectDir/../" - commandLine 'python', 'scripts/pre-build.py', 'debug' + commandLine 'python', 'scripts/pre-build.py', 'release' } copyFiles.dependsOn(generateVersioning)