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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2019-07-10 18:38:25 +0300
committerstefan-niedermann <info@niedermann.it>2019-07-10 18:38:25 +0300
commitb6aa45947e20d2076c983cb976aa45876955a13b (patch)
tree3046d1cf8145d67ce052b1aede34b8e2e944c81a
parent085289b5afa509a9e04b49987a1e850a7c4e79cd (diff)
Bump version to 0.0.40.0.4
-rw-r--r--README.md2
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/4.txt1
-rw-r--r--fastlane/metadata/android/en-US/full_description.txt2
4 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 68e722bce..9e7ee73bd 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ An Android client for [Nextcloud Deck App](https://github.com/nextcloud/deck/).
## 🔗 Requirements
* [Nextcloud](https://nextcloud.com/) instance running
* [Nextcloud Files](https://github.com/nextcloud/android) app installed (version 3.2.2 or later)
-* [Nextcloud Deck](https://github.com/nextcloud/deck) app enabled (version 0.6.1 or later)
+* [Nextcloud Deck](https://github.com/nextcloud/deck) app enabled (version 0.6.4 or later)
## 📓 License
All contributions to this repository are considered to be licensed under the [GNU GENERAL PUBLIC LICENSE 3+](/LICENSE).
diff --git a/app/build.gradle b/app/build.gradle
index aa2ea0ea8..19f384aa9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 14
targetSdkVersion 28
- versionCode 3
- versionName "0.0.3"
+ versionCode 4
+ versionName "0.0.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {
diff --git a/fastlane/metadata/android/en-US/changelogs/4.txt b/fastlane/metadata/android/en-US/changelogs/4.txt
index e69de29bb..177633591 100644
--- a/fastlane/metadata/android/en-US/changelogs/4.txt
+++ b/fastlane/metadata/android/en-US/changelogs/4.txt
@@ -0,0 +1 @@
+- Fix compatibility issue with Deck 0.6.4 (#104) \ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt
index 24518fbb4..0b60c7895 100644
--- a/fastlane/metadata/android/en-US/full_description.txt
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -14,7 +14,7 @@ An Android client for Nextcloud Deck App¹. Currently it might be usable as a pu
🔗 Requirements
- Nextcloud³ instance running
- Nextcloud Files² app installed (version 3.2.2 or later)
-- Nextcloud Deck¹ app enabled (version 0.6.1 or later)
+- Nextcloud Deck¹ app enabled (version 0.6.4 or later)
📓 License
All contributions to this repository are considered to be licensed under the [GNU GENERAL PUBLIC LICENSE 3+](/LICENSE).