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>2021-04-10 15:41:05 +0300
committerStefan Niedermann <info@niedermann.it>2021-04-10 15:41:05 +0300
commit386da9eabe3c8e6cea544b535374496171c5f753 (patch)
treef94c706ec8a5677f0b7b6c4764675286b8989864
parent13cf939a87df15eb526f499ad05ae2ffa5c3174c (diff)
version bump to 1.17.01.17.0
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1ef1cf1df..b5192602f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 21
targetSdkVersion 29
- versionCode 1016003
- versionName "1.16.3"
+ versionCode 1017000
+ versionName "1.17.0"
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {