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>
This commit is contained in:
Rami Potinkara 2024-03-04 18:47:16 +02:00
parent 94f5237787
commit 5afde84fd3
1 changed files with 1 additions and 1 deletions

View File

@ -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%% --">