mirror of
https://github.com/FossifyOrg/Notes.git
synced 2025-12-28 18:18:10 -05: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
|
||||
baseline = file("lint-baseline.xml")
|
||||
}
|
||||
|
||||
bundle {
|
||||
language {
|
||||
enableSplit = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
detekt {
|
||||
|
||||
Reference in New Issue
Block a user