diff --git a/gulpfile.js b/gulpfile.js index 21bef73..84dfa5d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -36,11 +36,6 @@ const config = new Project.Config({ ], }); -/* - - - */ - const app = new Project( Project.BuildSystem.OPENFL, [ @@ -55,6 +50,10 @@ const app = new Project( sources: [ 'src/haxe', ], + android: [{ + path: 'dependencies/android', + extensions: ['ru.m.android.FileUtil'], + }], assets: [ 'src/resources', ], diff --git a/package.json b/package.json index b3f4f8e..7bb49ea 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "gulp-add": "0.0.2", "gulp-clean": "^0.4.0", "gulp-cli": "^2.2.0", - "gulp-haxetool": "0.1.3", + "gulp-haxetool": "0.1.4", "yargs": "^13.2.4" }, "haxeDependencies": {