aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-12-10 23:17:11 +0100
committerDaniel Gultsch <daniel@gultsch.de>2015-12-10 23:17:11 +0100
commit4cae283cff3db1b8b49adaa2f21aa36226621a75 (patch)
tree6315827e2ab5d2e3ae028fe369375e45c768b35d /build.gradle
parent15f220747f33b351d10e2b1c736f1e26601c7eeb (diff)
version bump to 1.8.1 and changelog
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 7a8ccfef..8af500be 100644
--- a/build.gradle
+++ b/build.gradle
@@ -53,8 +53,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
- versionCode 109
- versionName "1.8.0"
+ versionCode 110
+ versionName "1.8.1"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}