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-09-09 14:18:19 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-09-09 14:18:19 +0300
commit83301982ee5d31c569476f638d4bf0bf43afaf1c (patch)
treec1ed9dd5c2113b600e55586707d1d5e0de46add3
parent1eb85b78d19b672c0b77f3a4a704667f69806521 (diff)
bump version to 0.22.0v0.22.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 10f6d221..895ef37a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 27
- versionCode 33
- versionName "0.21.0"
+ versionCode 34
+ versionName "0.22.0"
}
buildTypes {
release {