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>2019-09-26 18:23:09 +0300
committerstefan-niedermann <info@niedermann.it>2019-09-26 18:23:09 +0300
commitc9bed48be49aea6dfbe68cbd6a0acd1daf2fa420 (patch)
treecfaa6ed4688d7a484b7be8faf8942bb7d3bdcbb5
parentc95157dc68553665b78602a2b0bf0ff28afcb55a (diff)
version bump to 0.0.90.0.9
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6b7d2f27c..3fc98c659 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 14
targetSdkVersion 28
- versionCode 8
- versionName "0.0.8"
+ versionCode 9
+ versionName "0.0.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {