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-16 15:01:35 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-09-16 15:01:35 +0300
commit242654f587be054a8c04998251c91dff01d4797a (patch)
tree236bbae4934e26d5f4bfb1d22425521179616195
parent20b41847fd7da4c54483ea0a1f2b3cff94972057 (diff)
bump version to 0.22.1v0.22.1
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 895ef37a..143553d5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 27
- versionCode 34
- versionName "0.22.0"
+ versionCode 35
+ versionName "0.22.1"
}
buildTypes {
release {