Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <info@niedermann.it>2018-08-24 11:40:11 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-08-24 11:40:11 +0300
commitf265e6a5312e994276f5b7056c5d6c6b97682da4 (patch)
tree1a6c3bab4724b244c9d9a8f19fd240c486e43558
parent2afc19ec5842b8d4fd7ae645d617db8c1ae5d54b (diff)
bump version to v0.20.0v0.20.0
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 047106e0..aa73f733 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 27
- versionCode 30
- versionName "0.18.0"
+ versionCode 32
+ versionName "0.20.0"
}
buildTypes {
release {