Update version and changelog

pull/2428/head 13.5.1
Alex Baker 10 months ago
parent 83a42c9d8f
commit dbcaa36812

@ -1,3 +1,16 @@
### 13.5.1 (2023-08-02)
* Fix crash when importing Google Tasks from a backup file
* Added Burmese translations - @htetoh
* Update translations
* Chinese (Simplified) - Poesty Li
* Croatian - @milotype
* Japanese - Kazushi Hayama
* Polish - @alex-ter
* Russian - @alex-ter
* Ukrainian - @IhorHordiichuk
* Vietnamese - @unbiaseduser
### 13.5 (2023-07-28)
* New custom recurrence picker

@ -56,8 +56,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 130500
versionName = "13.5"
versionCode = 130501
versionName = "13.5.1"
targetSdk = 33
minSdk = 24
testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,2 @@
* New custom recurrence picker
* Update translations
Loading…
Cancel
Save