Version bump to 3.4.18

Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
Stefan Niedermann 2021-12-29 16:07:48 +01:00
parent d00d656a41
commit ec7b141b96
2 changed files with 5 additions and 2 deletions

View file

@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 22
targetSdkVersion 31
versionCode 3004016
versionName "3.4.16"
versionCode 3004018
versionName "3.4.18"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {

View file

@ -0,0 +1,3 @@
- 🚫 Removed "Create note widget" in favor of quick settings tile (in your notification area) and shortcuts (press long on the app icon)
- 🐞 Fix issue with empty titled notes while sorting alphabetically (#1435)
- 🐞 Fix issue when hitting enter multiple times quickly in a list (#1416, #1411, #1421, #1433, #1434)