Skip to content

Commit

Permalink
Avoid linter warning "AndroidGradlePluginVersion"
Browse files Browse the repository at this point in the history
This is a Qt dependency that the user cannot influence.
We did this in  cfefce5
with "GradleDependency"  before. It is a Qt dependency
that the user cannot influence.

Pick-to: 6.9 6.8 6.5
Change-Id: I01ef84eab7ab743d5ea9eb15208ef9c567dd2a43
Reviewed-by: Volker Hilsheimer <[email protected]>
Reviewed-by: Assam Boudjelthia <[email protected]>
  • Loading branch information
SmallLars committed Dec 18, 2024
1 parent bbcf47a commit ab2a043
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 @@ -5,6 +5,7 @@ buildscript {
}

dependencies {
//noinspection AndroidGradlePluginVersion
classpath 'com.android.tools.build:gradle:8.6.0'
}
}
Expand Down

0 comments on commit ab2a043

Please sign in to comment.