version bump to 2.4.6

This commit is contained in:
stefan-niedermann 2020-01-10 22:02:35 +01:00
parent f2f9b60a4c
commit 6c4b0d9a5b
3 changed files with 6 additions and 2 deletions

View file

@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 28
versionCode 68
versionName "2.4.5"
versionCode 69
versionName "2.4.6"
// vectorDrawables.useSupportLibrary = true
}
buildTypes {

View file

@ -0,0 +1,4 @@
Enhances exception handling and optionally displays a dialog with debug information when an error happens.
Requires at least Files app¹ version 3.9.0
¹ https://github.com/nextcloud/android