diff options
author | Taco <SkytkRSfan3895@gmail.com> | 2023-04-01 17:16:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-01 23:16:53 +0200 |
commit | 78f65349d597a2d3b251323f1ea4def77c4993d4 (patch) | |
tree | 608dd121c48b8d8f027fb588a5e291e61c78f001 /storage/database | |
parent | 8c9b61e599df6124e39066b409f62cfed083d849 (diff) | |
download | AntennaPod-78f65349d597a2d3b251323f1ea4def77c4993d4.zip |
Update AGP to 7.4.0 (#5655)
Diffstat (limited to 'storage/database')
-rw-r--r-- | storage/database/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/database/build.gradle b/storage/database/build.gradle index 141cdb086..0dc5cef63 100644 --- a/storage/database/build.gradle +++ b/storage/database/build.gradle @@ -4,8 +4,8 @@ plugins { apply from: "../../common.gradle" android { - lintOptions { - disable "StaticFieldLeak" + lint { + disable "StaticFieldLeak", "StringFormatCount", "StringFormatMatches", "StringFormatInvalid", "PluralsCandidate", "StringFormatTrivial" } } |