version bump to 3.4.11

Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
Stefan Niedermann 2021-07-03 12:18:18 +02:00
parent f54c44a103
commit 33a4b7ed54
2 changed files with 3 additions and 2 deletions

View file

@ -12,8 +12,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 21
targetSdkVersion 30
versionCode 3004010
versionName "3.4.10"
versionCode 3004011
versionName "3.4.11"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {

View file

@ -1,4 +1,5 @@
- ✅ Checkboxes using an uppercase X can not be toggled (#1276)
- 🐞 Search field does not immediately focus (#1282)
- 🐞 Change grid view option not always applied directly (#1254)
- 🐞 Try to prevent parallel syncs which lead to inconsistent database state (#1281)
- ⚙️ Change notes path and file extension from within the app - requires Notes server 4.1.0 (#916)