From 76b841664954917e3e141697459f7f2c5275cc36 Mon Sep 17 00:00:00 2001 From: stefan-niedermann Date: Wed, 19 Feb 2020 20:23:53 +0100 Subject: Fix #710 NextcloudApiNotResponding Signed-off-by: stefan-niedermann --- app/build.gradle | 8 ++++---- fastlane/metadata/android/en-US/changelogs/81.txt | 5 +++++ fastlane/metadata/android/en-US/changelogs/82.txt | 0 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/82.txt diff --git a/app/build.gradle b/app/build.gradle index 5f5a1256..f16b93b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "it.niedermann.owncloud.notes" minSdkVersion 14 targetSdkVersion 29 - versionCode 80 - versionName "2.10.2" + versionCode 81 + versionName "2.10.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -33,8 +33,8 @@ android { } dependencies { - implementation "com.github.nextcloud:Android-SingleSignOn:0.5.0-rc2" - implementation 'com.github.stefan-niedermann:nextcloud-commons:0.0.1' + implementation "com.github.nextcloud:Android-SingleSignOn:0.5.0-rc3" + implementation 'com.github.stefan-niedermann:nextcloud-commons:0.0.2' implementation 'com.yydcdut:markdown-processor:0.1.3' implementation 'com.yydcdut:rxmarkdown-wrapper:0.1.3' diff --git a/fastlane/metadata/android/en-US/changelogs/81.txt b/fastlane/metadata/android/en-US/changelogs/81.txt index e69de29b..ad7b1e5c 100644 --- a/fastlane/metadata/android/en-US/changelogs/81.txt +++ b/fastlane/metadata/android/en-US/changelogs/81.txt @@ -0,0 +1,5 @@ +- 🐞 NextcloudApiNotResponding (#710) + + +Requires at least Files app¹ version 3.9.0 +¹ https://github.com/nextcloud/android \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/82.txt b/fastlane/metadata/android/en-US/changelogs/82.txt new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3