Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 17, 2024
1 parent f1bcfd5 commit 6ec836e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<manifest package="com.openhd.qopenhd" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="v18" android:versionCode="18" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31"/>
<manifest package="com.openhd.qopenhd" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="v19" android:versionCode="19" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34"/>

<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Remove the comment if you do not require these default permissions. -->
Expand Down

0 comments on commit 6ec836e

Please sign in to comment.