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
parent
3e6724b11a
commit
5dc9692e48
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue