mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-21 20:18:01 +01:00
Disable language splits
See https://github.com/FossifyOrg/General-Discussion/issues/242
This commit is contained in:
parent
4f2852e8b0
commit
9627cbddbd
1 changed files with 7 additions and 0 deletions
|
@ -95,6 +95,13 @@ android {
|
|||
excludes += "META-INF/library_release.kotlin_module"
|
||||
}
|
||||
}
|
||||
|
||||
bundle {
|
||||
language {
|
||||
@Suppress("UnstableApiUsage")
|
||||
enableSplit = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in a new issue