mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
version bump to 3.4.11
Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
parent
f54c44a103
commit
33a4b7ed54
2 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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)
|
Loading…
Reference in a new issue