Bump androidx dependency to 1.10.1

This avoids linter warning:
  Obsolete Gradle Dependency

Pick-to: 6.6 6.5
Change-Id: I9d2e3f7a4d082c7b90e5e533b9fe3d5046b79a48
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
bb10
André Klitzing 2023-08-30 11:51:11 +02:00
parent 3e6724b11a
commit 5dc9692e48
1 changed files with 1 additions and 1 deletions

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 {