Skip to content

Commit fa76fc2

Browse files
Lint: do not fail on old AGP version
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent ed64930 commit fa76fc2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ android {
220220
"IconXmlAndPng",
221221
"SelectedPhotoAccess",
222222
"UnsafeIntentLaunch",
223-
"OldTargetApi"
223+
"OldTargetApi",
224+
"AndroidGradlePluginVersion"
224225
)
225226
)
226227
htmlOutput = layout.buildDirectory.file("reports/lint/lint.html").get().asFile

0 commit comments

Comments
 (0)