Skip to content
Snippets Groups Projects
Verified Commit d93656e0 authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

chore: rename the app because of the play store restrictions

parent ff9b30dc
No related branches found
No related tags found
No related merge requests found
Pipeline #71397 failed
<?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"
......
<?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 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment