Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2020-01-22 23:16:19 +0300
committerstefan-niedermann <info@niedermann.it>2020-01-22 23:17:17 +0300
commitb65757691ed31ed1c52adda5b557c99f8ac233dd (patch)
tree72f7996f3a633971ced293f6300900ec3340ed38
parentd0fdef69f84edb03bff3e172bb0dcd6b2b427e8a (diff)
version bump to 2.5.0v2.5.0
-rw-r--r--app/build.gradle5
-rw-r--r--fastlane/metadata/android/en-US/changelogs/72.txt3
2 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3d706812..6e52ee00 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -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 {
diff --git a/fastlane/metadata/android/en-US/changelogs/72.txt b/fastlane/metadata/android/en-US/changelogs/72.txt
index 6c7c443f..4d143bf9 100644
--- a/fastlane/metadata/android/en-US/changelogs/72.txt
+++ b/fastlane/metadata/android/en-US/changelogs/72.txt
@@ -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 \ No newline at end of file