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 /ui/i18n | |
parent | 8c9b61e599df6124e39066b409f62cfed083d849 (diff) | |
download | AntennaPod-78f65349d597a2d3b251323f1ea4def77c4993d4.zip |
Update AGP to 7.4.0 (#5655)
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/build.gradle b/ui/i18n/build.gradle index a1ace417b..4f5370662 100644 --- a/ui/i18n/build.gradle +++ b/ui/i18n/build.gradle @@ -4,7 +4,7 @@ plugins { apply from: "../../common.gradle" android { - lintOptions { + lint { disable "Typos", "ExtraTranslation", "ImpliedQuantity", "PluralsCandidate", "UnusedQuantity", "TypographyEllipsis" } |