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-10 16:13:00 +0300
committerNiedermann IT-Dienstleistungen <info@niedermann.it>2018-04-10 16:13:00 +0300
commit20d68f95885f6ce7fb28ae03d41023d2c95987cf (patch)
treeb6a0210a2f444d0fdcefba76e64cff0f1eb5a908
parentc93e7b193c6162cebd9a73afa0bfe1f6ffff9ec7 (diff)
Version bump to 0.14.0v0.14.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 a37fd312..e73a4ab0 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 27
- versionCode 20
- versionName "0.13.1"
+ versionCode 21
+ versionName "0.14.0"
}
buildTypes {
release {