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