diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3975e710..1384eae4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -469,8 +469,8 @@ jobs: runs-on: ubuntu-latest env: - ANDROID_BUILD_PLATFORM: android-34 - QT_VERSION: 6.7.3 + ANDROID_BUILD_PLATFORM: android-36 + QT_VERSION: 6.9.3 QT_MODULES: 'qtremoteobjects qt5compat qtimageformats qtshadertools' PROD_AGW_PUBLIC_KEY: ${{ secrets.PROD_AGW_PUBLIC_KEY }} PROD_S3_ENDPOINT: ${{ secrets.PROD_S3_ENDPOINT }} diff --git a/client/android/AndroidManifest.xml b/client/android/AndroidManifest.xml index b28f754b..04001f63 100644 --- a/client/android/AndroidManifest.xml +++ b/client/android/AndroidManifest.xml @@ -46,6 +46,7 @@ |fontScale|layoutDirection|locale|keyboard|keyboardHidden|navigation|mcc|mnc" android:launchMode="singleInstance" android:windowSoftInputMode="stateUnchanged|adjustResize" + android:enableOnBackInvokedCallback="false" android:exported="true"> diff --git a/client/android/res/values/styles.xml b/client/android/res/values/styles.xml index bc67beb9..f11a3796 100644 --- a/client/android/res/values/styles.xml +++ b/client/android/res/values/styles.xml @@ -6,6 +6,9 @@ @color/black false true + shortEdges + false + false