File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
3
3
<uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 31" />
4
4
5
5
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
98
98
<meta-data android : name =" android.app.splash_screen_sticky" android : value =" true" />
99
99
<meta-data android : name =" android.app.splash_screen_drawable" android : resource =" @drawable/splashscreen" />
100
100
<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" />
101
105
</activity >
102
106
<!-- For adding service(s) please check: https://wiki.qt.io/AndroidServices -->
103
107
</application >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Rectangle {
51
51
id: title
52
52
height: 48
53
53
color: " #ff3a3a3a"
54
- text: qsTr (" QOpenHD-evo-2.3.6-dirty " )
54
+ text: qsTr (" QOpenHD-evo-2.3.6-release " )
55
55
font .pixelSize : 36
56
56
}
57
57
}
You can’t perform that action at this time.
0 commit comments