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-03-07 16:50:31 +0300
committerstefan-niedermann <info@niedermann.it>2020-03-07 16:50:31 +0300
commit34c7b996b93d442a04d0b1d7e0ed10986887b090 (patch)
treee87349c93112169c7d1138ecee90156be45d7c20
parent11bde607060d2ac4d687d9cc4485bb3ff039041c (diff)
version bump to 0.1.20.1.2
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b34aecd1c..5d60da2bb 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 15
targetSdkVersion 29
- versionCode 22
- versionName "0.1.1"
+ versionCode 23
+ versionName "0.1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {