Skip to content

Commit

Permalink
chore: update android api target to sdk 33 (#1757)
Browse files Browse the repository at this point in the history
* chore: update android api target to sdk 33

 I thought we did this already?

* Update config.xml
  • Loading branch information
daniellacosse authored Oct 26, 2023
1 parent b1c8491 commit 07a5651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<preference name="android-minSdkVersion" value="23" />
<preference name="android-targetSdkVersion" value="32" />
<preference name="android-minSdkVersion" value="22" />
<preference name="android-targetSdkVersion" value="33" />
<preference name="AndroidLaunchMode" value="singleInstance" />
<preference name="ShowSplashScreenSpinner" value="false" />

Expand Down

0 comments on commit 07a5651

Please sign in to comment.