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-08 00:55:08 +0300
committerStefan Niedermann <info@niedermann.it>2021-03-08 00:55:08 +0300
commit5c8003409d520c5d068f1e9b52712a0d966a641a (patch)
treeeed7f6cebeee04fc919c46ef73176b0dc31c1783
parenta2b23621a03c06f10a01f9d375bf2dd3463239c0 (diff)
version bump to 1.15.11.15.1
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 389b59113..382dc6b67 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,8 +7,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 21
targetSdkVersion 29
- versionCode 1015000
- versionName "1.15.0"
+ versionCode 1015001
+ versionName "1.15.1"
multiDexEnabled true
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"