version bump to v3.4.6

Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
Stefan Niedermann 2021-06-05 13:25:53 +02:00
parent 8c5824850a
commit c0d540e262
2 changed files with 10 additions and 2 deletions

View file

@ -12,8 +12,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 21
targetSdkVersion 30
versionCode 3004005
versionName "3.4.5"
versionCode 3004006
versionName "3.4.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {

View file

@ -0,0 +1,8 @@
v3.4.6
- 🖼 Support displaying images hosted at Nextcloud in preview mode (#1018)
- 🌎 Updated translations
v3.4.5
- 🔒 Remove content of notes and search terms from LogCat (#1243)