aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRami Potinkara <rami.potinkara@qt.io>2025-09-03 10:22:41 +0300
committerRami Potinkara <rami.potinkara@qt.io>2025-12-17 11:33:21 +0000
commitf4147c749fa7207ed1ca86e3c2033816292c049f (patch)
treeb770ccc9be2de0784fe9ab2d342da8282c43b4ce /src
parente56bc1351c4ef308dad1da0b105493bef9ffd148 (diff)
Android: update Qt Quick for Android examples to SDK 36
This patch updates qtdeclarative examples to use SDK 36 as a target and compile version SDK. Task-number: QTBUG-138552 Task-number: QTBUG-138549 Pick-to: 6.11 6.10 6.8 Change-Id: If655c6654790b4be3704325aceca6df4947362d4 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/quick/platform/android/jar/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/platform/android/jar/build.gradle b/src/quick/platform/android/jar/build.gradle
index ea6d06c257..9e152d13c3 100644
--- a/src/quick/platform/android/jar/build.gradle
+++ b/src/quick/platform/android/jar/build.gradle
@@ -23,7 +23,7 @@ repositories {
}
android {
- compileSdk 34
+ compileSdk 36
defaultConfig {
minSdkVersion 28