summaryrefslogtreecommitdiff
path: root/merchant-terminal/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-03-20 16:12:50 -0300
committerTorsten Grote <t@grobox.de>2020-03-20 16:12:50 -0300
commita690087d82e8b0ee774542d9956698a349408824 (patch)
treea55f0fd9f95febe722471c70ac574f59bf7f8da7 /merchant-terminal/build.gradle
parentdb8b71418b766258a7a4bda91e496b1b03cb28cd (diff)
downloadtaler-android-a690087d82e8b0ee774542d9956698a349408824.tar.gz
taler-android-a690087d82e8b0ee774542d9956698a349408824.tar.bz2
taler-android-a690087d82e8b0ee774542d9956698a349408824.zip
Ignore annoying lint errors caused by material design lib
Diffstat (limited to 'merchant-terminal/build.gradle')
-rw-r--r--merchant-terminal/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/merchant-terminal/build.gradle b/merchant-terminal/build.gradle
index dd2527e..8a7eac7 100644
--- a/merchant-terminal/build.gradle
+++ b/merchant-terminal/build.gradle
@@ -42,6 +42,9 @@ android {
lintOptions {
abortOnError true
ignoreWarnings false
+ // TODO remove once com.google.android.material fixed this
+ // https://github.com/material-components/material-components-android/issues/504
+ ignore "WrongConstant"
}
}