Skip to content

Commit

Permalink
update cordova-plugin-file
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Oct 15, 2024
1 parent d13aae6 commit 56b21ec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget android-versionCode="6429" id="org.codaco.NetworkCanvasInterviewer6" ios-CFBundleIdentifier="org.codaco.networkCanvasInterviewerBusiness" ios-CFBundleVersion="6429" version="6.5.4-beta-1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="6434" id="org.codaco.NetworkCanvasInterviewer6" ios-CFBundleIdentifier="org.codaco.networkCanvasInterviewerBusiness" ios-CFBundleVersion="6434" version="6.5.4-beta-1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Network Canvas Interviewer</name>
<description>
A tool for conducting Network Canvas Interviews.
Expand Down
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"connected-react-router": "^6.8.0",
"cordova-android": "~13.0.0",
"cordova-ios": "~7.0.0",
"cordova-plugin-file": "github:apache/cordova-plugin-file#265a932",
"cordova-plugin-file": "~8.1.0",
"cordova-plugin-file-transfer": "github:apache/cordova-plugin-file-transfer#f12b73e",
"cordova-plugin-fullscreen": "github:mesmotronic/cordova-plugin-fullscreen",
"cordova-plugin-ionic-keyboard": "github:ionic-team/cordova-plugin-ionic-keyboard",
Expand Down Expand Up @@ -309,10 +309,12 @@
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app requires photo library access to function properly."
},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-file": {},
"cordova-plugin-network-canvas-client": {},
"cordova-plugin-fullscreen": {},
"cordova-plugin-ionic-keyboard": {}
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-file": {
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
}
}
}
}
}

0 comments on commit 56b21ec

Please sign in to comment.