Clean up old code.
This commit is contained in:
committed by
Joshua Granick
parent
7beca72f18
commit
fbd208121f
@@ -36,16 +36,6 @@ class AndroidHelper {
|
||||
|
||||
}
|
||||
|
||||
// Fix bug in Android build system, force compile
|
||||
|
||||
var buildProperties = projectDirectory + "/bin/build.prop";
|
||||
|
||||
if (FileSystem.exists (buildProperties)) {
|
||||
|
||||
FileSystem.deleteFile (buildProperties);
|
||||
|
||||
}
|
||||
|
||||
ProcessHelper.runCommand (projectDirectory, "gradlew", [ build ]);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user