Skip to content
Snippets Groups Projects

QDS-11236 Simple caching method for the demos

Merged Burak Hançerli requested to merge QDS-11236/cache-demo-projects into master
7 files
+ 156
37
Compare changes
  • Side-by-side
  • Inline
Files
7
<?xml version="1.0"?>
<?xml version="1.0"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.qt.qtdesignviewer"
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.qt.qtdesignviewer"
android:installLocation="auto" android:versionCode="13" android:versionName="1.2">
android:installLocation="auto" android:versionCode="14" android:versionName="1.2">
<!-- %%INSERT_PERMISSIONS -->
<!-- %%INSERT_PERMISSIONS -->
<!-- %%INSERT_FEATURES -->
<!-- %%INSERT_FEATURES -->
<supports-screens android:anyDensity="true" android:largeScreens="true"
<supports-screens android:anyDensity="true" android:largeScreens="true"
Loading