Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Bump target SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
cookieguru committed Dec 11, 2022
1 parent 9268642 commit 6798c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cordova/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<edit-config file="AndroidManifest.xml" target="/manifest/application" mode="merge">
<application android:usesCleartextTraffic="$IS_DEBUG" />
<uses-sdk android:minSdkVersion="17" android:targetSdkVersion="31" />
</edit-config>

<icon src="resources/android/drawable-hdpi/ic_launcher.png" density="hdpi"/>
Expand Down

0 comments on commit 6798c71

Please sign in to comment.