Browse Source

Disable build breaking for missing translations

housekeeping/remove-warnings
Ryan Harg 3 years ago
parent
commit
b91bd177c1
No known key found for this signature in database
GPG Key ID: 89106F3A84E6958C
  1. 2
      app/build.gradle.kts

2
app/build.gradle.kts

@ -38,7 +38,7 @@ android { @@ -38,7 +38,7 @@ android {
}
lintOptions {
isAbortOnError = false
disable("MissingTranslation")
}
compileSdkVersion(30)

Loading…
Cancel
Save