Skip to content

Commit

Permalink
chore(cordova/android): upgrade min target android API to 23 (#1699)
Browse files Browse the repository at this point in the history
* chore(cordova/android): upgrade min target android API to 33

* Update config.xml
  • Loading branch information
daniellacosse authored Aug 29, 2023
1 parent ac4768e commit b068199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<preference name="android-minSdkVersion" value="22" />
<preference name="android-minSdkVersion" value="23" />
<preference name="android-targetSdkVersion" value="32" />
<preference name="AndroidLaunchMode" value="singleInstance" />
<preference name="ShowSplashScreenSpinner" value="false" />
Expand Down

0 comments on commit b068199

Please sign in to comment.