Bump androidx dependency to 1.10.1

This avoids linter warning:
  Obsolete Gradle Dependency

Change-Id: I9d2e3f7a4d082c7b90e5e533b9fe3d5046b79a48
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
(cherry picked from commit 5dc9692e48ea15ab3da4283997547a2849f1944e)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
André Klitzing 2023-08-30 11:51:11 +02:00 committed by Qt Cherry-pick Bot
parent 6099a3e09b
commit 01692d46c8

View File

@ -18,7 +18,7 @@ apply plugin: 'com.android.application'
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation 'androidx.core:core:1.8.0'
implementation 'androidx.core:core:1.10.1'
}
android {