summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-02-27 16:53:48 -0300
committerTorsten Grote <t@grobox.de>2020-02-27 17:05:46 -0300
commitd1b7474b478d65366b38edbc87144c7ce1215601 (patch)
tree3e9752f14306fd923fe89828a871caf8c44f3d96 /app/build.gradle
parentf08ae2791f564cb1fce394e4e277946f86c20efc (diff)
downloadmerchant-terminal-android-d1b7474b478d65366b38edbc87144c7ce1215601.tar.gz
merchant-terminal-android-d1b7474b478d65366b38edbc87144c7ce1215601.tar.bz2
merchant-terminal-android-d1b7474b478d65366b38edbc87144c7ce1215601.zip
Change product definition format to support i18n
When localized product descriptions or category names are available, they will be shown instead of the default string, if their locale is in the user's locale priority list (or default locale).
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c48d7c9..4512af3 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -30,6 +30,11 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
+
+ lintOptions {
+ abortOnError true
+ ignoreWarnings false
+ }
}
dependencies {