summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2023-11-13 13:45:42 +0100
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2024-05-17 04:35:52 +0300
commit0beaa63d4adf6a30c9f48919c1d9f4908de738b4 (patch)
tree6d8ba8e4678c5d02bfd26e4be452346d33c8bd17
parentf6fdd91941de1cefb021b837ece77fec7363f23c (diff)
Bump androix dependency to 1.13.1
This avoids linter warning like in 5dc9692e48ea15ab3da4283997547a2849f1944e: Obsolete Gradle Dependency Brings back the commit 3bae65e7d61f85d2942c89e46e913c1056ba2daa that was reverted earlier. Pick-to: 6.7 Task-number: QTBUG-106907 Change-Id: Ia1e3362853b5d43299acf21d5f3ac099a478b396 Reviewed-by: Tinja Paavoseppä <tinja.paavoseppa@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
-rw-r--r--src/android/templates/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/templates/build.gradle b/src/android/templates/build.gradle
index a104687f4e..f8989db80d 100644
--- a/src/android/templates/build.gradle
+++ b/src/android/templates/build.gradle
@@ -18,7 +18,7 @@ apply plugin: qtGradlePluginType
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
- implementation 'androidx.core:core:1.10.1'
+ implementation 'androidx.core:core:1.13.1'
}
android {