From 01692d46c82ef6eac99b5055ff98380a736d0075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Klitzing?= Date: Wed, 30 Aug 2023 11:51:11 +0200 Subject: [PATCH] Bump androidx dependency to 1.10.1 This avoids linter warning: Obsolete Gradle Dependency Change-Id: I9d2e3f7a4d082c7b90e5e533b9fe3d5046b79a48 Reviewed-by: Assam Boudjelthia (cherry picked from commit 5dc9692e48ea15ab3da4283997547a2849f1944e) Reviewed-by: Qt Cherry-pick Bot --- src/android/templates/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/templates/build.gradle b/src/android/templates/build.gradle index fbd0a48fe61..f94ffbde545 100644 --- a/src/android/templates/build.gradle +++ b/src/android/templates/build.gradle @@ -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 {