create-droid 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -91,7 +91,7 @@ export async function generateProject(options) {
91
91
  "lint": `./gradlew lint`,
92
92
  "clean": `./gradlew clean`,
93
93
  "clean:deep": "rm -rf .gradle app/build build library/build",
94
- "lsp:sync": "./gradlew classes",
94
+ "lsp:sync": `./gradlew :${moduleName}:classes`,
95
95
  "help": `./gradlew --help`,
96
96
  "adb": "node scripts/adb.js",
97
97
  "adb:devices": "npm run adb devices",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-droid",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "The fastest way to start an Android project. No Studio required.",
5
5
  "author": "YELrhilassi",
6
6
  "license": "MIT",