mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
version bump to 2.0.1
This commit is contained in:
parent
bb99f471c4
commit
315e4fdbd6
2 changed files with 12 additions and 2 deletions
|
@ -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 {
|
||||
|
|
10
fastlane/metadata/android/en-US/changelogs/51.txt
Normal file
10
fastlane/metadata/android/en-US/changelogs/51.txt
Normal 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
|
Loading…
Reference in a new issue