From be25b0509b66cd3fbb760059ca0085488fe32224 Mon Sep 17 00:00:00 2001 From: Christian S Date: Sat, 23 Apr 2016 10:00:15 +0200 Subject: started 1.11.8-beta --- art/render.rb | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/art/render.rb b/art/render.rb index c18617158..b3232819a 100755 --- a/art/render.rb +++ b/art/render.rb @@ -12,7 +12,7 @@ resolutions = { images = { 'conversations_baloon.svg' => ['ic_launcher', 48], - 'conversations_baloon.svg' => ['main_logo', 200], + 'conversations_baloon.svg' => ['main_logo', 200], 'conversations_mono.svg' => ['ic_notification', 24], 'ic_received_indicator.svg' => ['ic_received_indicator', 12], 'ic_read_indicator.svg' => ['ic_read_indicator', 12], diff --git a/build.gradle b/build.gradle index 0affd5d87..4de5122f7 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ android { minSdkVersion 14 targetSdkVersion 23 versionCode 140 - versionName "1.11.7" + versionName "1.11.8-beta" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" } -- cgit v1.2.3