mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 12:25:57 +03:00
Version bump to 3.4.18
Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
parent
d00d656a41
commit
ec7b141b96
2 changed files with 5 additions and 2 deletions
|
@ -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 {
|
||||
|
|
3
fastlane/metadata/android/en-US/changelogs/3004018.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/3004018.txt
Normal 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)
|
Loading…
Reference in a new issue