Disable bundle splits for language

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

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

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

Loading…
Cancel
Save