Skip to content

Commit

Permalink
fix: bundle all languages in delivered APK
Browse files Browse the repository at this point in the history
  • Loading branch information
butzist committed Jan 23, 2022
1 parent e7a7138 commit b5dc084
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ActivityLauncherApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ android {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
bundle {
language {
enableSplit = false
}
}
}

dependencies {
Expand Down

0 comments on commit b5dc084

Please sign in to comment.