Skip to content

Commit

Permalink
actions: only one language bundle (fixes #3678) (#3681)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Okuro3499 and dogi authored Jun 24, 2024
1 parent f4b2858 commit 69f0935
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 21
targetSdkVersion 34
versionCode 1612
versionName "0.16.12"
versionCode 1613
versionName "0.16.13"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -59,6 +59,12 @@ android {
viewBinding = true
buildConfig true
}

bundle {
language {
enableSplit = false
}
}
}

task generateVersionsXml {
Expand Down

0 comments on commit 69f0935

Please sign in to comment.