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 <stefan.niedermann@googlemail.com>2017-03-21 13:09:36 +0300
committerStefan Niedermann <stefan.niedermann@googlemail.com>2017-03-21 13:09:36 +0300
commit6425a4a75596c458b6db3933b70980426a855489 (patch)
tree96909ca5acc711912a92015388d1ef637a196926 /app/build.gradle
parent524c60d0da02938b7c545351630a778881bc4c55 (diff)
Minor layout issue and version bump to v0.10.0v0.10.0
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 e5928d99..b492ef89 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 11
targetSdkVersion 25
- versionCode 14
- versionName "0.9.0"
+ versionCode 15
+ versionName "0.10.0"
}
buildTypes {
release {