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-01-31 15:57:50 +0300
committerstefan-niedermann <info@niedermann.it>2020-01-31 15:57:50 +0300
commit25393b111a5b569d2b044e095d6eac6344932e38 (patch)
treee0f3ace8e3e5b91a0f35033b52d3b7ac3bdcc9e1
parent847dc896fe91eb8a77b27ba8bbbd6beda4ce847b (diff)
version bump to 2.10.0v2.10.0
Signed-off-by: stefan-niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/79.txt4
2 files changed, 6 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 44280136..eb218175 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 29
- versionCode 77
- versionName "2.9.0"
+ versionCode 78
+ versionName "2.10.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
diff --git a/fastlane/metadata/android/en-US/changelogs/79.txt b/fastlane/metadata/android/en-US/changelogs/79.txt
new file mode 100644
index 00000000..c217ed75
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/79.txt
@@ -0,0 +1,4 @@
+- 🔄 Background synchronization (#656)
+
+Requires at least Files app¹ version 3.9.0
+¹ https://github.com/nextcloud/android \ No newline at end of file