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-03-12 18:35:56 +0300
committerStefan Niedermann <info@niedermann.it>2021-03-12 18:35:56 +0300
commitca95166373ccfaefc1b26e177d6b20e7e7478424 (patch)
tree8ed948d374abd5608ebdaf7a28d424c4b688e923
parent9349789dca05241d6bc9a38b5c7e4c7af899e515 (diff)
version bump to 1.15.51.15.5
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 65c72f454..f8df76c8c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,8 +7,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 21
targetSdkVersion 29
- versionCode 1015004
- versionName "1.15.4"
+ versionCode 1015005
+ versionName "1.15.5"
multiDexEnabled true
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"