summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRami Potinkara <rami.potinkara@qt.io>2024-03-04 18:47:16 +0200
committerRami Potinkara <rami.potinkara@qt.io>2024-03-06 06:57:15 +0000
commit5afde84fd323ecfab53a34feb579e13897d53001 (patch)
treedc506f0d9d583f4922e7459e1367cd59baac7212
parent94f523778736d687c796e83f27dc36e41fc48fc7 (diff)
Android: update Calqlatr package name
Pick-to: 6.7 Fixes: QTBUG-122569 Change-Id: I28d76fe56e3c13e1d170e307f095668b380df75c Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Jani Korteniemi <jani.korteniemi@qt.io>
-rw-r--r--examples/demos/calqlatr/android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/calqlatr/android/AndroidManifest.xml b/examples/demos/calqlatr/android/AndroidManifest.xml
index 73ca481d0..4c1329ea7 100644
--- a/examples/demos/calqlatr/android/AndroidManifest.xml
+++ b/examples/demos/calqlatr/android/AndroidManifest.xml
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.qtproject.example.calqlatr"
+ package="org.qtproject.calqlatr"
android:installLocation="auto"
android:versionCode="-- %%INSERT_VERSION_CODE%% --"
android:versionName="-- %%INSERT_VERSION_NAME%% --">