Update version and changelog

pull/1926/merge 13.9.9
Alex Baker 4 weeks ago
parent c9af39b6ba
commit 1d8d2efce6

@ -1,4 +1,4 @@
### 13.9.8 (2024-05-30) ### 13.9.9 (2024-05-30)
* Fix import backup crashes * Fix import backup crashes
* Fix showing completed subtasks in edit screen * Fix showing completed subtasks in edit screen

@ -56,8 +56,8 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 130908 versionCode = 130909
versionName = "13.9.8" versionName = "13.9.9"
targetSdk = 33 targetSdk = 33
minSdk = 24 minSdk = 24
testInstrumentationRunner = "org.tasks.TestRunner" testInstrumentationRunner = "org.tasks.TestRunner"

Loading…
Cancel
Save