version bump to 3.4.16

Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
Stefan Niedermann 2021-10-15 09:31:27 +02:00
parent bfca5c6117
commit 057430b3b0
2 changed files with 13 additions and 2 deletions

View file

@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 22
targetSdkVersion 30
versionCode 3004015
versionName "3.4.15"
versionCode 3004016
versionName "3.4.16"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {

View file

@ -0,0 +1,11 @@
3.4.16
- 🐞 Fix gift card image color
3.4.15
- 🌎 Updated translations
3.4.14
- 🐞 Notes created via Android's "Share Link" feature are not synced (#1272)