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.

Task-number: QTBUG-106907
Change-Id: Ia1e3362853b5d43299acf21d5f3ac099a478b396
Reviewed-by: Tinja Paavoseppä <tinja.paavoseppa@qt.io>
Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
(cherry picked from commit 0beaa63d4adf6a30c9f48919c1d9f4908de738b4)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
André Klitzing 2023-11-13 13:45:42 +01:00 committed by Qt Cherry-pick Bot
parent 623e9b1fb4
commit e1767a63cb

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.13.1'
}
android {