From fb69ca430141645d8c683f9f772f4b6cf7f05e37 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Sat, 5 Jun 2021 17:57:34 +0200 Subject: version bump to v3.4.7 Signed-off-by: Stefan Niedermann --- app/build.gradle | 8 ++++---- fastlane/metadata/android/en-US/changelogs/3004007.txt | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/3004007.txt diff --git a/app/build.gradle b/app/build.gradle index 43fe7c0c..cfdb8ed3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "it.niedermann.owncloud.notes" minSdkVersion 21 targetSdkVersion 30 - versionCode 3004006 - versionName "3.4.6" + versionCode 3004007 + versionName "3.4.7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { @@ -76,8 +76,8 @@ dependencies { // Nextcloud SSO implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.6' - implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.3.2' - implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.3.2' + implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.3.3' + implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.3.3' implementation 'com.github.stefan-niedermann:android-commons:0.2.0' // Glide diff --git a/fastlane/metadata/android/en-US/changelogs/3004007.txt b/fastlane/metadata/android/en-US/changelogs/3004007.txt new file mode 100644 index 00000000..7726631d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3004007.txt @@ -0,0 +1,8 @@ +v3.4.6 - v3.4.7 + +- 🖼 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) \ No newline at end of file -- cgit v1.2.3