Update version and changelog

pull/2803/head 13.8.1
Alex Baker 1 month ago
parent e92ab7f7e1
commit 06a9626052

@ -1,3 +1,9 @@
### 13.8.1 (2024-03-24)
* Fix copy causing duplicate Google Tasks
* Fix navigation drawer crash
* Fix backup import dropping tasks
### 13.8 (2024-03-22)
* Dynamic widget theme (name-your-price subscription required)

@ -55,8 +55,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 130803
versionName = "13.8"
versionCode = 130804
versionName = "13.8.1"
targetSdk = 33
minSdk = 24
testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,4 @@
* Fix copy causing duplicate Google Tasks
* Fix navigation drawer crash
* Fix backup import dropping tasks
Loading…
Cancel
Save