version bump to 2.0.1

This commit is contained in:
stefan-niedermann 2019-12-15 16:20:52 +01:00
parent bb99f471c4
commit 315e4fdbd6
2 changed files with 12 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 28
versionCode 50
versionName "2.0.0"
versionCode 51
versionName "2.0.1"
// vectorDrawables.useSupportLibrary = true
}
buildTypes {

View file

@ -0,0 +1,10 @@
⚠️ Requires at least Files app version 3.9.0 ⚠️
- #171 Multiple NC Servers
- #375 Hardcoded list for special category images
- #418 Implement Single-Sign-On
- #613 Crash on start. shortLabel cannot be empty
- #619 Skip dropping automatic indices (Thanks to @Unpublished)
- Hide FAB when scrolling down
Special thanks to @dan0xii @korelstar and @tobiasKaminsky