mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
version bump to 2.5.0
This commit is contained in:
parent
d0fdef69f8
commit
b65757691e
2 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,9 @@ android {
|
|||
applicationId "it.niedermann.owncloud.notes"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 29
|
||||
versionCode 71
|
||||
versionName "2.4.8"
|
||||
versionCode 72
|
||||
versionName "2.5.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
// vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
- Internal Note Links (#646, #623, #202)
|
||||
- Cancel and Delete are redundant on new note (#640)
|
||||
- Undo for bulk delete (#670)
|
||||
|
||||
- Checklist auto-continuation (#688, #608)
|
||||
- Fix database upgrade issues (#696)
|
||||
|
||||
Requires at least Files app¹ version 3.9.0
|
||||
¹ https://github.com/nextcloud/android
|
Loading…
Reference in a new issue