diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml
index 0f8638c6a2ecc13b302492d1b76eb1dd5586171f..42bd3ac24e0869e3ccf8fd9097fd2722d80fa6e3 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 e3ad0a2c7b8c5670e4502a84c2438cd9cc7508a2..0af4173e5fa084b5b996dec260ffd1b2a18d6fe6 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 -->