Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2020-02-19 22:23:53 +0300
committerstefan-niedermann <info@niedermann.it>2020-02-19 22:23:53 +0300
commit76b841664954917e3e141697459f7f2c5275cc36 (patch)
tree2ec32cc5eaafeb549bac4cd25437e00c98f01109
parent968e96373da66efdfda74be95cc267985b4b7736 (diff)
Fix #710 NextcloudApiNotRespondingv2.10.3
Signed-off-by: stefan-niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle8
-rw-r--r--fastlane/metadata/android/en-US/changelogs/81.txt5
-rw-r--r--fastlane/metadata/android/en-US/changelogs/82.txt0
3 files changed, 9 insertions, 4 deletions
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
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/82.txt