Updated android demo app project files to latest changes of Qt 5.15

This commit is contained in:
FalsinSoft 2020-06-02 23:18:16 +02:00
parent 6c9e321739
commit fab160274e
2 changed files with 4 additions and 3 deletions

View File

@ -97,7 +97,6 @@
</application>
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.

View File

@ -5,7 +5,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:3.6.0'
}
}
@ -71,7 +71,9 @@ android {
}
defaultConfig {
resConfigs "en"
resConfig "en"
minSdkVersion = qtMinSdkVersion
targetSdkVersion = qtTargetSdkVersion
}
packagingOptions {