mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-16 05:41:13 +00:00
Only disable missing translation Lint errors rather than ignoring all Lint errors
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ android {
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
disable 'MissingTranslation'
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
||||
Reference in New Issue
Block a user