-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update android_platform and java version
- Loading branch information
1 parent
d99e23f
commit 71eddf4
Showing
2 changed files
with
25 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{ | ||
"cordova_version": "12.0", | ||
"framework_version": "3.5", | ||
"framework_version": "3.5", | ||
"java_version": "11", | ||
"xcode_version": "15.0.1", | ||
"cordova_android_platform": "12.0.0", | ||
"cordova_android_platform": "13.0.0", | ||
"cordova_ios_platform": "6.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"name": "jquery-todo-app", | ||
"version": "4.1.0", | ||
"displayName": "jQuery TODO App", | ||
"engines": { | ||
"node": ">=18.16" | ||
}, | ||
"dependencies": { | ||
"monaca-plugin-monaca-core": "3.3.1", | ||
"cordova-plugin-camera": "7.0.0" | ||
}, | ||
"scripts": { | ||
"monaca:preview": "npm run dev", | ||
"dev": "browser-sync start -s www/ --watch --port 8080 --ui-port 8081" | ||
}, | ||
"cordova": { | ||
"plugins": { | ||
"monaca-plugin-monaca-core": {}, | ||
"cordova-plugin-camera": {} | ||
} | ||
}, | ||
"devDependencies": { | ||
"name": "jquery-todo-app", | ||
"version": "4.1.1", | ||
"displayName": "jQuery TODO App", | ||
"engines": { | ||
"node": ">=18.16" | ||
}, | ||
"dependencies": { | ||
"monaca-plugin-monaca-core": "3.3.1", | ||
"cordova-plugin-camera": "7.0.0" | ||
}, | ||
"scripts": { | ||
"monaca:preview": "npm run dev", | ||
"dev": "browser-sync start -s www/ --watch --port 8080 --ui-port 8081" | ||
}, | ||
"cordova": { | ||
"plugins": { | ||
"monaca-plugin-monaca-core": {}, | ||
"cordova-plugin-camera": {} | ||
} | ||
}, | ||
"devDependencies": { | ||
"browser-sync": "~2.27.7", | ||
"cordova": "^12.0.0" | ||
} | ||
} | ||
} |