Skip to content

Commit

Permalink
Merge pull request #569 from OpenHD/2.3-evo-consti-dev
Browse files Browse the repository at this point in the history
version number code
  • Loading branch information
Consti10 authored Jun 4, 2023
2 parents 08955fc + 9b2ae98 commit 682207f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="com.openhd.openhd" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="v9" android:versionCode="9" android:installLocation="auto">
<manifest package="com.openhd.openhd" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="v11" android:versionCode="11" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31"/>

<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Expand Down Expand Up @@ -98,6 +98,10 @@
<meta-data android:name="android.app.splash_screen_sticky" android:value="true"/>
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splashscreen"/>
<meta-data android:name="android.app.splash_screen_sticky" android:value="true"/>
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splashscreen"/>
<meta-data android:name="android.app.splash_screen_sticky" android:value="true"/>
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splashscreen"/>
<meta-data android:name="android.app.splash_screen_sticky" android:value="true"/>
</activity>
<!-- For adding service(s) please check: https://wiki.qt.io/AndroidServices -->
</application>
Expand Down
2 changes: 1 addition & 1 deletion qml/ui/configpopup/AboutPanel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Rectangle {
id: title
height: 48
color: "#ff3a3a3a"
text: qsTr("QOpenHD-evo-2.3.6-dirty")
text: qsTr("QOpenHD-evo-2.3.6-release")
font.pixelSize: 36
}
}
Expand Down

0 comments on commit 682207f

Please sign in to comment.