Skip to content

Commit 682207f

Browse files
authored
Merge pull request #569 from OpenHD/2.3-evo-consti-dev
version number code
2 parents 08955fc + 9b2ae98 commit 682207f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

android/AndroidManifest.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<manifest package="com.openhd.openhd" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="v9" android:versionCode="9" android:installLocation="auto">
2+
<manifest package="com.openhd.openhd" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="v11" android:versionCode="11" android:installLocation="auto">
33
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31"/>
44

55
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
@@ -98,6 +98,10 @@
9898
<meta-data android:name="android.app.splash_screen_sticky" android:value="true"/>
9999
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splashscreen"/>
100100
<meta-data android:name="android.app.splash_screen_sticky" android:value="true"/>
101+
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splashscreen"/>
102+
<meta-data android:name="android.app.splash_screen_sticky" android:value="true"/>
103+
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splashscreen"/>
104+
<meta-data android:name="android.app.splash_screen_sticky" android:value="true"/>
101105
</activity>
102106
<!-- For adding service(s) please check: https://wiki.qt.io/AndroidServices -->
103107
</application>

qml/ui/configpopup/AboutPanel.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Rectangle {
5151
id: title
5252
height: 48
5353
color: "#ff3a3a3a"
54-
text: qsTr("QOpenHD-evo-2.3.6-dirty")
54+
text: qsTr("QOpenHD-evo-2.3.6-release")
5555
font.pixelSize: 36
5656
}
5757
}

0 commit comments

Comments
 (0)