Merge branch 'housekeeping/disable-build-break-only-for-missing-translations' into 'develop'
Disable build breaking for missing translations See merge request funkwhale/funkwhale-android!41
This commit is contained in:
commit
30629dcbad
|
@ -38,7 +38,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
isAbortOnError = false
|
disable("MissingTranslation")
|
||||||
}
|
}
|
||||||
|
|
||||||
compileSdkVersion(30)
|
compileSdkVersion(30)
|
||||||
|
|
Loading…
Reference in New Issue