Skip to content

Commit

Permalink
Avoid linter warning "Obsolete Gradle Dependency" for androidx
Browse files Browse the repository at this point in the history
This is a Qt dependency that the user cannot influence.

Pick-to: 6.8.1 6.5
Change-Id: I6efbfefb5901588f4c99b4edfa05b21b68ab01a7
Reviewed-by: Assam Boudjelthia <[email protected]>
(cherry picked from commit cfefce5)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
  • Loading branch information
SmallLars authored and Qt Cherry-pick Bot committed Nov 12, 2024
1 parent ab1f7d5 commit 9dc063e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/android/templates/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ apply plugin: qtGradlePluginType

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
//noinspection GradleDependency
implementation 'androidx.core:core:1.13.1'
}

Expand Down

0 comments on commit 9dc063e

Please sign in to comment.