aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-07-02 12:46:14 +0200
committerDaniel Gultsch <daniel@gultsch.de>2016-07-02 12:46:14 +0200
commit369e7172d66f63e2507141f7736c0848ae702ec8 (patch)
tree77e632a5e6d2bebaac5398513ebc03efb137a9da /build.gradle
parent09aba0a0628dd965dda26e2a346f0444f4b25017 (diff)
version bump to 1.13.4 + changelog1.13.4
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 56791755..5302c3ad 100644
--- a/build.gradle
+++ b/build.gradle
@@ -54,8 +54,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
- versionCode 160
- versionName "1.13.3"
+ versionCode 161
+ versionName "1.13.4"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}