Skip to content

Commit

Permalink
update to android api level 29
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvilQ committed Feb 16, 2021
1 parent d924d0b commit 100ff4c
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 328 deletions.
2 changes: 1 addition & 1 deletion cordova/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<preference name="android-targetSdkVersion" value="29" />
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<plugin name="cordova-plugin-vibration" spec="^3.1.0" />
<engine name="android" spec="^8.1.0" />
</widget>
Loading

0 comments on commit 100ff4c

Please sign in to comment.