version bump to 2.3.0

This commit is contained in:
stefan-niedermann 2019-12-31 10:32:54 +01:00
parent 697a6c4ebd
commit 2dbaf41d9f
2 changed files with 2 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes" applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 28 targetSdkVersion 28
versionCode 60 versionCode 61
versionName "2.2.2" versionName "2.3.0"
// vectorDrawables.useSupportLibrary = true // vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {