From 67f8ecae4549c6280684ab735bcbac988a668349 Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Sun, 3 Mar 2024 15:46:03 +0530 Subject: [PATCH] feat: gradle fix --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c941aeda..14dd5f80 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -82,8 +82,8 @@ android { } } - lintOptions{ - disable 'MissingTranslation' + lint{ + disable += "MissingTranslation" } }