summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorTaco <SkytkRSfan3895@gmail.com>2023-04-01 17:16:53 -0400
committerGitHub <noreply@github.com>2023-04-01 23:16:53 +0200
commit78f65349d597a2d3b251323f1ea4def77c4993d4 (patch)
tree608dd121c48b8d8f027fb588a5e291e61c78f001 /ui
parent8c9b61e599df6124e39066b409f62cfed083d849 (diff)
downloadAntennaPod-78f65349d597a2d3b251323f1ea4def77c4993d4.zip
Update AGP to 7.4.0 (#5655)
Diffstat (limited to 'ui')
-rw-r--r--ui/i18n/build.gradle2
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"
}