feat: gradle fix

This commit is contained in:
Yogesh Choudhary Paliyal
2024-03-03 15:46:03 +05:30
parent 23e903b1d3
commit 67f8ecae45

View File

@@ -82,8 +82,8 @@ android {
}
}
lintOptions{
disable 'MissingTranslation'
lint{
disable += "MissingTranslation"
}
}