Skip to content

Commit

Permalink
Merge pull request #85 from mendix/moo/186
Browse files Browse the repository at this point in the history
[MOO-186] Update Android dependencies for Android 10+ and Android Studio 4.x
  • Loading branch information
mohannaresh authored May 27, 2021
2 parents 4b2a08c + 189c2bf commit ddb3a73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
/node_modules
/dist
/build
/build
.idea
6 changes: 3 additions & 3 deletions src/config.xml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
defaults.
-->
<preference name="phonegap-version" value="cli-9.0.0" />
<engine name="android" spec="8.1.0" />
<engine name="android" spec="9.1.0" />
<engine name="ios" spec="5.1.1" />

<!-- allow assets to be loaded and open links in the app itself, see: http://phonegap.com/blog/2012/03/20/access-tags/ -->
Expand All @@ -38,7 +38,7 @@
<plugin name="cordova-plugin-device-motion" source="npm" spec="2.0.1" />
<plugin name="cordova-plugin-device-orientation" source="npm" spec="2.0.1" />
<plugin name="cordova-plugin-dialogs" source="npm" spec="2.0.1" />
<plugin name="cordova-plugin-file" source="npm" spec="6.0.1" />
<plugin name="cordova-plugin-file" source="npm" spec="6.0.2" />
<plugin name="cordova-plugin-file-opener2" source="npm" spec="2.0.19" />
<plugin name="cordova-plugin-file-transfer" source="npm" spec="1.7.1" />
<plugin name="cordova-plugin-globalization" source="npm" spec="1.11.0" />
Expand Down Expand Up @@ -182,7 +182,7 @@
<preference name="android-minSdkVersion" value="19" />

{{^crosswalkEnabled}}
<preference name="android-targetSdkVersion" value="29" />
<preference name="android-targetSdkVersion" value="30" />
{{/crosswalkEnabled}}

{{#crosswalkEnabled}}
Expand Down

0 comments on commit ddb3a73

Please sign in to comment.