From d93656e0c084f17fef43ed516e49fc69fccb4be4 Mon Sep 17 00:00:00 2001
From: Burak Hancerli <burak.hancerli@qt.io>
Date: Tue, 4 Jun 2024 11:22:58 +0200
Subject: [PATCH] chore: rename the app because of the play store restrictions

---
 src/android/AndroidManifest.xml   | 4 ++--
 tests/android/AndroidManifest.xml | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml
index 0f8638c..42bd3ac 100644
--- a/src/android/AndroidManifest.xml
+++ b/src/android/AndroidManifest.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.qt.qtuiviewer"
-    android:installLocation="auto" android:versionCode="27" android:versionName="1.0.0">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.qt.qtdesignviewer"
+    android:installLocation="auto" android:versionCode="28" android:versionName="1.0.1">
     <!-- %%INSERT_PERMISSIONS -->
     <!-- %%INSERT_FEATURES -->
     <supports-screens android:anyDensity="true" android:largeScreens="true"
diff --git a/tests/android/AndroidManifest.xml b/tests/android/AndroidManifest.xml
index e3ad0a2..0af4173 100644
--- a/tests/android/AndroidManifest.xml
+++ b/tests/android/AndroidManifest.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.qt.qtuiviewer.test"
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="io.qt.qtdesignviewer.test"
     android:installLocation="auto" android:versionCode="1" android:versionName="1">
     <!-- %%INSERT_PERMISSIONS -->
     <!-- %%INSERT_FEATURES -->
-- 
GitLab