mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-06-11 10:09:29 -04:00
fix: disable language split in bundle configuration
See: https://github.com/FossifyOrg/General-Discussion/issues/242
This commit is contained in:
committed by
Naveen Singh
parent
69da0cf979
commit
a8e2836c29
@@ -112,6 +112,12 @@ android {
|
|||||||
warningsAsErrors = true
|
warningsAsErrors = true
|
||||||
baseline = file("lint-baseline.xml")
|
baseline = file("lint-baseline.xml")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bundle {
|
||||||
|
language {
|
||||||
|
enableSplit = false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
detekt {
|
detekt {
|
||||||
|
|||||||
Reference in New Issue
Block a user