Disable language splits

See https://github.com/FossifyOrg/General-Discussion/issues/242
This commit is contained in:
Naveen Singh 2024-09-21 12:55:38 +05:30
parent 4f2852e8b0
commit 9627cbddbd
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B

View file

@ -95,6 +95,13 @@ android {
excludes += "META-INF/library_release.kotlin_module"
}
}
bundle {
language {
@Suppress("UnstableApiUsage")
enableSplit = false
}
}
}
dependencies {