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-05-08 11:40:14 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-08 11:40:14 +0300
commit72d82a0a57a3f94eb445f3228cc6a7fe3fee8f10 (patch)
tree7e747959461a607430c3b1b6001d4b96e36f97c1
parentc8c4a968cc9fa1151496c4947bfb5999267f0725 (diff)
version bump to 1.1.1
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index bb91853ad..f6c7c196d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 16
targetSdkVersion 29
- versionCode 1001000
- versionName "1.1.0"
+ versionCode 1001001
+ versionName "1.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {