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:
-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