From 262b4dc5e113e01ba7c3556709d93823ce9a4e45 Mon Sep 17 00:00:00 2001 From: consti10 Date: Fri, 2 Jun 2023 17:05:12 +0200 Subject: [PATCH 1/3] v10 for armv7 --- android/AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 81c279599..1a2d7d4ae 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - + From 26c73f205322ef3754866655cfde2e0982974e66 Mon Sep 17 00:00:00 2001 From: consti10 Date: Fri, 2 Jun 2023 17:05:31 +0200 Subject: [PATCH 2/3] v11 for armv8 --- android/AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 1a2d7d4ae..fd68ebe31 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - + From 9b2ae9827fb47fa093c07714641db5dbc8e25d02 Mon Sep 17 00:00:00 2001 From: consti10 Date: Sun, 4 Jun 2023 21:56:31 +0200 Subject: [PATCH 3/3] update version code to 2.3.6-release --- qml/ui/configpopup/AboutPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/ui/configpopup/AboutPanel.qml b/qml/ui/configpopup/AboutPanel.qml index 8ce8fe926..c422ef4f3 100644 --- a/qml/ui/configpopup/AboutPanel.qml +++ b/qml/ui/configpopup/AboutPanel.qml @@ -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 } }