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:
parent
9dcc6bf3d1
commit
90c6413d24
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user