Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dirk Rockendorf
metager-app
Commits
889b904d
Commit
889b904d
authored
Nov 28, 2017
by
Phil Höfer
Browse files
Require Android APILevel 21 or newer
parent
e8a0a56b
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.xml
View file @
889b904d
...
...
@@ -21,6 +21,7 @@
<icon
density=
"mdpi"
src=
"res/icon/android/mdpi.png"
/>
<icon
density=
"hdpi"
src=
"res/icon/android/hdpi.png"
/>
<icon
density=
"xhdpi"
src=
"res/icon/android/xhdpi.png"
/>
<preference
name=
"android-minSdkVersion"
value=
"21"
/>
<allow-intent
href=
"market:*"
/>
</platform>
<platform
name=
"ios"
>
...
...
@@ -28,7 +29,7 @@
<allow-intent
href=
"itms-apps:*"
/>
</platform>
<engine
name=
"android"
spec=
"^6.2.3"
/>
<engine
name=
"browser"
spec=
"^5.0.0"
/>
<plugin
name=
"cordova-plugin-inappbrowser"
spec=
"^1.7.1"
/>
<plugin
name=
"cordova-plugin-whitelist"
spec=
"^1.3.2"
/>
<engine
name=
"browser"
spec=
"^5.0.0"
/>
</widget>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment