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-05-08 21:25:20 +0300
committerStefan Niedermann <stefan.niedermann@googlemail.com>2017-05-08 21:25:20 +0300
commit87f46749e12b5844c3966194d385c79f91a5506a (patch)
tree56dc8d628070d8ca01500765aa7a42fa5d08cab1
parent472d549677ea0ed8a14400667a27a802fa925fed (diff)
Version Bump to v0.11.0v0.11.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 06f4a4cc..505258c7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 11
targetSdkVersion 25
- versionCode 15
- versionName "0.10.0"
+ versionCode 16
+ versionName "0.11.0"
}
buildTypes {
release {