final changes

This commit is contained in:
Dorian Zedler 2021-06-08 13:38:05 +02:00
parent 1dec380277
commit 1d92099d1d
Signed by: dorian
GPG key ID: 989DE36109AFA354
3 changed files with 3 additions and 3 deletions

View file

@ -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 -->

View file

@ -72,7 +72,7 @@ android {
defaultConfig {
resConfig "en"
minSdkVersion = qtMinSdkVersion
targetSdkVersion = qtTargetSdkVersion
targetSdkVersion = 29
}
lintOptions {

View file

@ -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"