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-05 22:43:55 +0300
committerstefan-niedermann <info@niedermann.it>2020-02-05 22:43:55 +0300
commit0125009abc5b8071b04557b0ee4bdfc89049a80a (patch)
tree01ee973a7ab67dc68b5fe83ccc9da4e9de56acf5
parentc94ea2f59eaedcd5c88acae8b4b7f616f9e881e1 (diff)
version bump to 2.10.1v2.10.1
Signed-off-by: stefan-niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle11
-rw-r--r--fastlane/metadata/android/en-US/changelogs/79.txt2
2 files changed, 8 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6ca4760c..ed278140 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 29
- versionCode 78
- versionName "2.10.0"
+ versionCode 79
+ versionName "2.10.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
@@ -44,11 +44,12 @@ dependencies {
implementation 'com.jakewharton:butterknife:10.2.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.1'
- implementation "androidx.fragment:fragment:1.2.0"
- implementation "androidx.preference:preference:1.1.0"
implementation "androidx.appcompat:appcompat:1.1.0"
+ implementation "androidx.fragment:fragment:1.2.1"
+ implementation "androidx.preference:preference:1.1.0"
implementation "androidx.recyclerview:recyclerview:1.1.0"
- implementation 'androidx.work:work-runtime:2.3.0'
+ implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
+ implementation 'androidx.work:work-runtime:2.3.1'
implementation "com.google.android.material:material:1.1.0"
androidTestImplementation 'junit:junit:4.13'
diff --git a/fastlane/metadata/android/en-US/changelogs/79.txt b/fastlane/metadata/android/en-US/changelogs/79.txt
index f2aefea2..0d783682 100644
--- a/fastlane/metadata/android/en-US/changelogs/79.txt
+++ b/fastlane/metadata/android/en-US/changelogs/79.txt
@@ -3,6 +3,8 @@
- ๐Ÿ’ก Lots of empty notes are created if the server is full (#679)
- ๐Ÿž Fix jumping cursor when handle code blocks (#558)
- ๐Ÿž Multiselect broken (#715)
+- ๐Ÿž Display errors while pushing local changes to server
+
Requires at least Files appยน version 3.9.0
ยน https://github.com/nextcloud/android \ No newline at end of file