Manually fix Android sdk location to support library projects without local.properties

This commit is contained in:
Ian Clelland
2014-05-22 14:04:00 -04:00
parent 97008305ff
commit 22b1959333
7 changed files with 186 additions and 1 deletions
+2 -1
View File
@@ -16,6 +16,7 @@
"license": "Apache version 2.0",
"dependencies": {
"q": "^0.9.0",
"shelljs": "^0.2.6"
"shelljs": "^0.2.6",
"which": "^1.0.5"
}
}