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 16:43:39 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-09-16 16:43:39 +0300
commitd2f06b884c3433afcf5838a4c0636aa7c8e903cb (patch)
treed08301626280deb1e293367bb737730bb93fe6ac
parenta106929b4afbd10a325374860c70dc4b04615a55 (diff)
bump version to v0.22.2v0.22.2
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 143553d5..a4c6f5ca 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 27
- versionCode 35
- versionName "0.22.1"
+ versionCode 36
+ versionName "0.22.2"
}
buildTypes {
release {