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:
authorstefan-niedermann <info@niedermann.it>2019-09-10 15:08:26 +0300
committerstefan-niedermann <info@niedermann.it>2019-09-10 15:08:26 +0300
commit466645e2a36e2c3b10f64755244faa989144c2f6 (patch)
tree5e3a9eeb36968fbfef322831f1b95ac2715ea14a /app/build.gradle
parentcccf3e79d76e2724e87aa5bfc3d678ddc28e3485 (diff)
versio bump to 0.27.1v0.27.1
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 db45daac..0f1ef283 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 28
- versionCode 46
- versionName "0.27.0"
+ versionCode 47
+ versionName "0.27.1"
}
buildTypes {
release {