Skip to content

Commit

Permalink
chore: bump up Android api level (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Mar 28, 2022
1 parent f703c2d commit c979233
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="29" />
<preference name="android-targetSdkVersion" value="30" />
<preference name="AndroidLaunchMode" value="singleInstance" />
<preference name="ShowSplashScreenSpinner" value="false" />

Expand Down

0 comments on commit c979233

Please sign in to comment.