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>2020-06-21 17:22:47 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-21 17:22:47 +0300
commit10635bea8dda21c4423a25dae246bb9ac0b11be8 (patch)
tree199e0927e7747231baceb4c1c87c5c97298e5085 /app/build.gradle
parent2bb1a72cdc354a486a9549787f5073a29a1ff22c (diff)
version bump to 1.5.11.5.1
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 835a8b4d2..8362a0f3c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 17
targetSdkVersion 29
- versionCode 1005000
- versionName "1.5.0"
+ versionCode 1005001
+ versionName "1.5.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {