version bump to 2.5.0

This commit is contained in:
stefan-niedermann 2020-01-22 21:16:19 +01:00
parent b797e1b639
commit 3de558eb5e
2 changed files with 4 additions and 4 deletions

View file

@ -13,10 +13,9 @@ android {
applicationId "it.niedermann.owncloud.notes" applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 29 targetSdkVersion 29
versionCode 71 versionCode 72
versionName "2.4.8" versionName "2.5.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {
release { release {

View file

@ -2,7 +2,8 @@
- Internal Note Links (#646, #623, #202) - Internal Note Links (#646, #623, #202)
- Cancel and Delete are redundant on new note (#640) - Cancel and Delete are redundant on new note (#640)
- Undo for bulk delete (#670) - Undo for bulk delete (#670)
- Checklist auto-continuation (#688, #608)
- Fix database upgrade issues (#696)
Requires at least Files app¹ version 3.9.0 Requires at least Files app¹ version 3.9.0
¹ https://github.com/nextcloud/android ¹ https://github.com/nextcloud/android