version 1.13.0

This commit is contained in:
Christian Schneppe 2016-05-30 21:44:55 +02:00
parent c9360cb850
commit b23bce35e7
3 changed files with 9 additions and 4 deletions

View file

@ -1,5 +1,10 @@
###Changelog
####Version 1.13.0
* changed applicationId
* play videos directly without touching play button
* bug fixes
####Version 1.12.5
* bug fixes

View file

@ -72,10 +72,10 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 146
versionName "1.12.5"
versionCode 147
versionName "1.13.0"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
applicationId "de.pixart.messenger"
// Enabling multidex support.
multiDexEnabled true

View file

@ -1,4 +1,4 @@
include ':libs:MemorizingTrustManager'
include ':libs:audiowife'
rootProject.name = 'Conversations'
rootProject.name = 'Pix-Art Messenger'