final changes
This commit is contained in:
parent
1dec380277
commit
1d92099d1d
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<manifest package="com.itsblue.blueROCKtest" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="-- %%INSERT_VERSION_NAME%% --" android:versionCode="-- %%INSERT_VERSION_CODE%% --" android:installLocation="auto">
|
||||
<manifest package="com.itsblue.blueROCK" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="-- %%INSERT_VERSION_NAME%% --" android:versionCode="-- %%INSERT_VERSION_CODE%% --" android:installLocation="auto">
|
||||
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
|
||||
Remove the comment if you do not require these default permissions. -->
|
||||
<!-- %%INSERT_PERMISSIONS -->
|
||||
|
|
|
@ -72,7 +72,7 @@ android {
|
|||
defaultConfig {
|
||||
resConfig "en"
|
||||
minSdkVersion = qtMinSdkVersion
|
||||
targetSdkVersion = qtTargetSdkVersion
|
||||
targetSdkVersion = 29
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
|
|
|
@ -105,7 +105,7 @@ Page {
|
|||
id: aboutBluerockDisclaimerButton
|
||||
|
||||
flat: true
|
||||
font.pixelSize: bottomDigitalrockDisclaimerLabel.paintedHeight * 0.735
|
||||
font.pixelSize: bottomDigitalrockDisclaimerLabel.paintedHeight * (Qt.platform.os === "android" ? 0.8:0.735)
|
||||
|
||||
text: "About blueROCK"
|
||||
|
||||
|
|
Loading…
Reference in a new issue