Skip to content

Commit c3835cf

Browse files
committed
suppress another useless lint error
1 parent 79557af commit c3835cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • build-logic/convention/src/main/kotlin

build-logic/convention/src/main/kotlin/Common.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ private class CommonAndroid : Plugin<Project> {
170170

171171
lintOptions {
172172
disable += "DiscouragedApi"
173+
disable += "EditedTargetSdkVersion"
173174
disable += "ExpiredTargetSdkVersion"
174175
disable += "MissingApplicationIcon"
175176
disable += "MissingPermission"

0 commit comments

Comments
 (0)