From e1767a63cb1e5be38a750d3f9843ac571d530900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Klitzing?= Date: Mon, 13 Nov 2023 13:45:42 +0100 Subject: [PATCH] Bump androix dependency to 1.13.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This avoids linter warning like in 5dc9692e48ea15ab3da4283997547a2849f1944e: Obsolete Gradle Dependency Brings back the commit 3bae65e7d61f85d2942c89e46e913c1056ba2daa that was reverted earlier. Task-number: QTBUG-106907 Change-Id: Ia1e3362853b5d43299acf21d5f3ac099a478b396 Reviewed-by: Tinja Paavoseppä Reviewed-by: Rami Potinkara (cherry picked from commit 0beaa63d4adf6a30c9f48919c1d9f4908de738b4) 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 de37b5ea6ba..b03f36b136b 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.10.1' + implementation 'androidx.core:core:1.13.1' } android {