Skip to content

Commit

Permalink
feat: update android_platform and java version
Browse files Browse the repository at this point in the history
  • Loading branch information
yong-asial committed Jul 26, 2024
1 parent d99e23f commit 71eddf4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
5 changes: 3 additions & 2 deletions .monaca/project_info.json
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"
}
44 changes: 22 additions & 22 deletions package.json
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"
}
}
}

0 comments on commit 71eddf4

Please sign in to comment.