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-04-11 14:12:10 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-04-11 14:12:10 +0300
commitb86ad96ded2b7771051bcbb807ed801b78a6bfcc (patch)
tree9c86396a79f80cd9397d748030861c743a4821d3
parent39bc435458254e41aa4f0ed25428d549047ecc32 (diff)
bump versionv0.14.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 1c2c09c9..a390a706 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 27
- versionCode 22
- versionName "0.14.1"
+ versionCode 23
+ versionName "0.14.2"
}
buildTypes {
release {