Avoid linter warning "Obsolete Gradle Dependency" for androidx

This is a Qt dependency that the user cannot influence.

Pick-to: 6.8.1 6.5
Change-Id: I6efbfefb5901588f4c99b4edfa05b21b68ab01a7
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
(cherry picked from commit cfefce57a4ff446305cd1f839e7c5203bac7a6c5)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Lars Schmertmann 2024-11-01 07:18:15 +01:00 committed by Qt Cherry-pick Bot
parent ab1f7d56ab
commit 9dc063e7de

View File

@ -18,6 +18,7 @@ apply plugin: qtGradlePluginType
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
//noinspection GradleDependency
implementation 'androidx.core:core:1.13.1'
}