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-07-05 18:19:59 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-07-05 18:19:59 +0300
commit7f0dcd854860478a56c8a4b1b55b09fd07c6d36c (patch)
tree5790bc27f5dd2ef11deaa2ae7a4eb8a6bc733c7a
parentcd9ce68d91c084aa2b961cebfc947abb00fa865b (diff)
bump version to v0.18.0v0.18.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 76b7de65..047106e0 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 27
- versionCode 29
- versionName "0.17.0"
+ versionCode 30
+ versionName "0.18.0"
}
buildTypes {
release {