From 36b5854af53650132738cd950a220b45669ae5bc Mon Sep 17 00:00:00 2001 From: Lars Schmertmann Date: Fri, 1 Nov 2024 07:25:55 +0100 Subject: [PATCH] Android: Bump androix dependency to 1.16.0 The Android target API level was bumped to 35 in 997a1fae98d35cd0d4d16f37ab68afe2729ff551 so we can bumb the version of the androidx dependency too. Pick-to: 6.10 6.9 6.8 Change-Id: I30d561cc0b74645c939e7d3dd595926b6013caf9 Reviewed-by: Assam Boudjelthia --- src/android/templates/build.gradle | 2 +- .../platform/android_legacy_packaging/testdata/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/android/templates/build.gradle b/src/android/templates/build.gradle index 929f4119ff5..6f39acc58fa 100644 --- a/src/android/templates/build.gradle +++ b/src/android/templates/build.gradle @@ -20,7 +20,7 @@ apply plugin: qtGradlePluginType dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) //noinspection GradleDependency - implementation 'androidx.core:core:1.13.1' + implementation 'androidx.core:core:1.16.0' } android { diff --git a/tests/auto/corelib/platform/android_legacy_packaging/testdata/build.gradle b/tests/auto/corelib/platform/android_legacy_packaging/testdata/build.gradle index 0df74ec2635..806614e113f 100644 --- a/tests/auto/corelib/platform/android_legacy_packaging/testdata/build.gradle +++ b/tests/auto/corelib/platform/android_legacy_packaging/testdata/build.gradle @@ -18,7 +18,7 @@ apply plugin: qtGradlePluginType dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) - implementation 'androidx.core:core:1.13.1' + implementation 'androidx.core:core:1.16.0' } android {