bump version to 2.17.1

This commit is contained in:
Stefan Niedermann 2020-10-09 23:39:28 +02:00
parent 19b82fb937
commit 195845c98a
2 changed files with 3 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 18
targetSdkVersion 29
versionCode 2017000
versionName "2.17.0"
versionCode 2017001
versionName "2.17.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View file

@ -0,0 +1 @@
- Upgrade minSdkVersion to 18 (= Android 4.3) following the files app