From 891503f9933a1d1b8ccc15557025f0414950e011 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Sat, 28 Oct 2023 21:53:09 +1300 Subject: [PATCH] Build: fix linter --- vending-app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vending-app/build.gradle b/vending-app/build.gradle index 8addd496c8..178d024eea 100644 --- a/vending-app/build.gradle +++ b/vending-app/build.gradle @@ -32,6 +32,10 @@ android { aidl = true } + lintOptions { + disable 'MissingTranslation' + } + compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8