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>2017-10-27 19:45:31 +0300
committerStefan Niedermann <info@niedermann.it>2017-10-27 19:45:31 +0300
commite0d61605a8e9a68636d7fca83d5e006fb37d1cee (patch)
tree70586a9d07ae2a6842d51d573d73ca649f1b54e3
parent3926edac3e591e4a6f567c324ec55419c3f93047 (diff)
Fix #279 Stretched icons in create activityv0.12.1
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 58e3ae51..edde6287 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 26
- versionCode 17
- versionName "0.12.0"
+ versionCode 18
+ versionName "0.12.1"
}
buildTypes {
release {