version bump to 2.11.1

Signed-off-by: stefan-niedermann <info@niedermann.it>
This commit is contained in:
stefan-niedermann 2020-03-13 23:36:06 +01:00
parent 6343c6ee6e
commit 19cc0763b5
2 changed files with 4 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 29
versionCode 2011000
versionName "2.11.0"
versionCode 2011001
versionName "2.11.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {

View file

@ -0,0 +1,2 @@
- 🔒 Password protection (#354) - special thanks to @beatbrot
- 🗨️ Remove toasts (#749)