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