Skip to content

Commit

Permalink
Added lint file for Glide Notification for version 13 or API level 33…
Browse files Browse the repository at this point in the history
… and removed glide unwanted dependency
  • Loading branch information
YKV17 committed Aug 14, 2023
1 parent 2acc0d7 commit 89dc4e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ android {
}

lint {
baseline = file("lint_checks.xml")
// https://github.com/bumptech/glide/issues/4940
lintConfig = file("$rootDir/lint_checks.xml")
}
}

Expand Down

0 comments on commit 89dc4e4

Please sign in to comment.