mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: disable language splits in Bundle builds
some users were unable to change in-app language when installing the app from the Play Store due to "on-demand delivery" conflicts. this change includes string resources for all languages instead of a single language split based on users language preferences during install. fixes #689
This commit is contained in:
parent
4e7ea67da0
commit
aa2fc2f707
1 changed files with 5 additions and 0 deletions
|
|
@ -79,6 +79,11 @@ android {
|
|||
// abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
|
||||
}
|
||||
}
|
||||
bundle {
|
||||
language {
|
||||
enableSplit false
|
||||
}
|
||||
}
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
compose true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue