Android only has release native code at the moment

This commit is contained in:
2018-09-17 01:21:53 +02:00
parent 1339b1d336
commit bdd909cbae

View File

@@ -77,6 +77,6 @@ preBuild.dependsOn(copyFiles)
task generateVersioning(type: Exec) { task generateVersioning(type: Exec) {
workingDir "$projectDir/../" workingDir "$projectDir/../"
commandLine 'python', 'scripts/pre-build.py', 'debug' commandLine 'python', 'scripts/pre-build.py', 'release'
} }
copyFiles.dependsOn(generateVersioning) copyFiles.dependsOn(generateVersioning)