Skip to content

Commit b5dc084

Browse files
committed
fix: bundle all languages in delivered APK
1 parent e7a7138 commit b5dc084

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ActivityLauncherApp/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ android {
2727
sourceCompatibility JavaVersion.VERSION_11
2828
targetCompatibility JavaVersion.VERSION_11
2929
}
30+
bundle {
31+
language {
32+
enableSplit = false
33+
}
34+
}
3035
}
3136

3237
dependencies {

0 commit comments

Comments
 (0)