summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/echo/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/echo/build.gradle b/ui/echo/build.gradle
index e5626a380..847164448 100644
--- a/ui/echo/build.gradle
+++ b/ui/echo/build.gradle
@@ -8,7 +8,7 @@ android {
namespace "de.danoeh.antennapod.ui.echo"
lint {
- disable "AppBundleLocaleChanges"
+ disable "AppBundleLocaleChanges", "MissingQuantity"
}
}