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
path: root/app
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2019-11-05 22:53:36 +0300
committerstefan-niedermann <info@niedermann.it>2019-11-05 22:53:36 +0300
commit585bf410c27b6470419f80f35c84fde010208386 (patch)
treed8d031a53970a8276457ad9d2d4c59b251b4eac0 /app
parent5e49f3336e0fa9ecce53a36c9c9b6b3d1e005aa0 (diff)
version bump to 0.0.140.0.14
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 1eb26c1a6..393f96693 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 14
targetSdkVersion 28
- versionCode 13
- versionName "0.0.13"
+ versionCode 14
+ versionName "0.0.14"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {