Skip to content

Commit

Permalink
fix: support cordova11
Browse files Browse the repository at this point in the history
  • Loading branch information
takuyaW authored Jul 11, 2022
1 parent 47bf2ed commit 5ec4eaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .monaca/project_info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"framework_version": "3.5",
"xcode_version": "13",
"cordova_version": "10.0"
"cordova_version": "11.0",
"cordova_ios_platform": "6.2.0",
"cordova_android_platform": "10.1.2",
"cordova_android_publishing_format": "app-bundle"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onsenui-photo-sharing-app-template",
"version": "3.0.1",
"version": "3.0.2",
"displayName": "OnsenUI Photo Sharing Demo",
"cordova": {
"plugins": {
Expand Down

0 comments on commit 5ec4eaa

Please sign in to comment.