Skip to content

Commit e018b80

Browse files
Merge pull request #17014 from nextcloud/lintAGP
Lint: do not fail on old AGP version
2 parents 288de04 + fa76fc2 commit e018b80

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)