Bump androix dependency to 1.12.0

This avoids linter warning like in 5dc9692e48ea15ab3da4283997547a2849f1944e:
       Obsolete Gradle Dependency

Pick-to: 6.6
Change-Id: I5850af3206f3eaf80850918a13705c59ac3fb4ea
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
André Klitzing 2023-11-13 13:45:42 +01:00
parent db33628452
commit 3bae65e7d6

View File

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