Skip to content

Commit

Permalink
chore(cordova/android): upgrade min target android API to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse authored Aug 18, 2023
1 parent 6c3c63a commit 6379450
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 @@ -24,7 +24,7 @@
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<preference name="android-minSdkVersion" value="22" />
<preference name="android-targetSdkVersion" value="32" />
<preference name="android-targetSdkVersion" value="33" />
<preference name="AndroidLaunchMode" value="singleInstance" />
<preference name="ShowSplashScreenSpinner" value="false" />

Expand Down

0 comments on commit 6379450

Please sign in to comment.