Disable bundle splits for language

pull/848/head 6.8
Alex Baker 6 years ago
parent 8b5aeb3daa
commit 2266ee9232

@ -1,6 +1,6 @@
Change Log Change Log
--- ---
### 6.8 (beta) ### 6.8 (2019-07-30)
* Name your own subscription price! Upgrade, downgrade, or cancel at any time * Name your own subscription price! Upgrade, downgrade, or cancel at any time
* Choose icons for lists (requires [subscription](http://tasks.org/subscribe)) * Choose icons for lists (requires [subscription](http://tasks.org/subscribe))
@ -9,6 +9,7 @@ Change Log
* Allow duplicate CalDAV list names * Allow duplicate CalDAV list names
* Fix duplicate tag name bug * Fix duplicate tag name bug
* Update translations * Update translations
* Basque - @osoitz
* Dutch - revdbrink * Dutch - revdbrink
* Hungarian - kaciokos * Hungarian - kaciokos
* Norwegian Bokmål - @comradekingu * Norwegian Bokmål - @comradekingu

@ -14,6 +14,12 @@ repositories {
} }
android { android {
bundle {
language {
enableSplit = false
}
}
lintOptions { lintOptions {
setLintConfig(file("lint.xml")) setLintConfig(file("lint.xml"))
textOutput("stdout") textOutput("stdout")
@ -25,7 +31,7 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 604 versionCode = 606
versionName = "6.8" versionName = "6.8"
targetSdkVersion(Versions.compileSdk) targetSdkVersion(Versions.compileSdk)
minSdkVersion(Versions.minSdk) minSdkVersion(Versions.minSdk)

Loading…
Cancel
Save