update osx, ios and android projects with the new eraser flag on mouse events
This commit is contained in:
@@ -151,6 +151,7 @@ task generateVersioning(type: Exec) {
|
||||
copyFiles.dependsOn(generateVersioning)
|
||||
|
||||
task generateJavaH(type: Exec) {
|
||||
ignoreExitValue true
|
||||
workingDir "$projectDir"
|
||||
commandLine 'javah', "-jni", "-force", "-cp", "$classpath", "-d", "$outpath", "$activity"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user