Skip to content

Commit

Permalink
fix: reauthorize access to local storage
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-prudhomme committed Mar 5, 2022
1 parent a81a954 commit 2ca0443
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: npm ci

- name: Install Cordova
run: npm install -g cordova
run: npm install -g cordova@11.0.0

- name: Setup Java
uses: actions/setup-java@v2
Expand Down
1 change: 1 addition & 0 deletions src-cordova/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<splash src="res/screen/ios/Default@2x~ipad~comany.png" />
</platform>
<allow-navigation href="about:*" />
<preference name="AndroidInsecureFileModeEnabled" value="true" />
<preference name="AndroidXEnabled" value="true" />
<preference name="SplashMaintainAspectRatio" value="true" />
</widget>
4 changes: 0 additions & 4 deletions src-cordova/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"cordova-plugin-file": "6.0.2",
"cordova-plugin-screen-orientation": "3.0.2",
"cordova-plugin-splashscreen": "6.0.0",
"cordova-plugin-whitelist": "1.3.5",
"cordova-plugin-x-socialsharing": "6.0.3",
"es6-promise-plugin": "4.2.2"
},
Expand All @@ -30,9 +29,6 @@
"cordova-plugin-splashscreen": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-whitelist": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-x-socialsharing": {
"ANDROID_SUPPORT_V4_VERSION": "24.1.1+"
},
Expand Down

0 comments on commit 2ca0443

Please sign in to comment.