Replaced grunt with gradle

This commit is contained in:
Hristo Hristov
2015-12-16 15:30:19 +02:00
parent 48310a31b8
commit 275b4306cd
8 changed files with 39 additions and 54 deletions

View File

@@ -15,12 +15,5 @@
"bugs": {
"url": "https://github.com/NativeScript/android-widgets/issues"
},
"homepage": "https://github.com/NativeScript/android-widgets#readme",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-exec": "^0.4.6",
"grunt-mkdir": "^0.1.2"
}
"homepage": "https://github.com/NativeScript/android-widgets#readme"
}