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>2020-07-23 12:47:15 +0300
committerStefan Niedermann <info@niedermann.it>2020-07-23 12:47:15 +0300
commit3a1e48871242c9a1f0defd9b59af5aa4957722c9 (patch)
treec6e88c29c9a36340dc1128908490e846fa7ff0e0 /app
parent2c9cc01dc76eaa5439a1c9c92ab433b5990b82fb (diff)
version bump to 1.9.21.9.2
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 9a46b710a..00e4e825b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 17
targetSdkVersion 29
- versionCode 1009001
- versionName "1.9.1"
+ versionCode 1009002
+ versionName "1.9.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {