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-25 17:44:25 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-08-25 17:44:25 +0300
commite46e416e6d04a859ae472ebf1cd6abab91f7e751 (patch)
treef844ac1951bb4079ceaf119944abcc096c46d646 /app/build.gradle
parentb95b4bcca4494703b0affa57d72a1d387e723ffd (diff)
bump version to v0.21.0
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index d3ea9fde..10f6d221 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 27
- versionCode 32
- versionName "0.20.0"
+ versionCode 33
+ versionName "0.21.0"
}
buildTypes {
release {