mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 21:06:09 +03:00
version bump to 2.5.0
This commit is contained in:
parent
b797e1b639
commit
3de558eb5e
2 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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
|
Loading…
Reference in a new issue