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.8
Change-Id: I30d561cc0b74645c939e7d3dd595926b6013caf9
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
(cherry picked from commit 36b5854af53650132738cd950a220b45669ae5bc)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 5ded95d6590e79f4a665194a9ed1224fab2ecb58)
This commit is contained in:
Lars Schmertmann 2024-11-01 07:25:55 +01:00 committed by Qt Cherry-pick Bot
parent 9dcc6bf3d1
commit 90c6413d24
2 changed files with 2 additions and 2 deletions

View File

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

View File

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