version 1.13.0
This commit is contained in:
parent
c9360cb850
commit
b23bce35e7
3 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
include ':libs:MemorizingTrustManager'
|
||||
include ':libs:audiowife'
|
||||
rootProject.name = 'Conversations'
|
||||
rootProject.name = 'Pix-Art Messenger'
|
||||
|
||||
|
|
Reference in a new issue