version bump to 3.1.1

This commit is contained in:
Stefan Niedermann 2021-01-24 16:39:22 +01:00
parent d9b95c53d2
commit 23b61c91a6

View file

@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 19
targetSdkVersion 29
versionCode 3001000
versionName "3.1.0"
versionCode 3001001
versionName "3.1.1"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}