Update version and changelog

pull/2977/head
Alex Baker 1 year ago
parent 8f4514fc78
commit 7731b90672

@ -1,6 +1,8 @@
### 13.11 (2024-07-12)
### 13.11 (2024-07-13)
* New icon picker with over 2,100 icons! (pro feature)
* Fix Todo Agenda Widget integration [todoagenda/#145](https://github.com/andstatus/todoagenda/issues/145)
* Fix menu search bar on Android 10 and below [#2966](https://github.com/tasks/tasks/issues/2966)
* Update translations
* Brazilian Portuguese - Jose Delvani
* Bulgarian - @StoyanDimitrov

@ -51,7 +51,7 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 131102
versionCode = 131103
versionName = "13.11"
targetSdk = libs.versions.android.targetSdk.get().toInt()
minSdk = libs.versions.android.minSdk.get().toInt()

@ -1,2 +1,3 @@
* New icon picker with over 2,100 icons! (pro feature)
* Fix Todo Agenda Widget integration
* Update translations
Loading…
Cancel
Save