1
0
Fork 1

pushed new version

This commit is contained in:
Christian Schneppe 2016-06-01 22:03:31 +02:00
parent f39a2a49bc
commit 3d00a32a50
2 changed files with 4 additions and 6 deletions

View file

@ -1,12 +1,11 @@
###Changelog
####Version 1.13.1
* add database importer from local storage as backup
* bug fixes
####Version 1.13.0
* changed applicationId
* play videos directly without touching play button
* add database importer from local storage as backup
* changed files directories and names
* bug fixes
####Version 1.12.6
* bug fixes

View file

@ -30,7 +30,6 @@ configurations {
dependencies {
compile project(':libs:MemorizingTrustManager')
compile project(':libs:audiowife')
playstoreCompile 'com.google.android.gms:play-services-gcm:9.0.1'
compile 'org.sufficientlysecure:openpgp-api:10.0'
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
@ -74,7 +73,7 @@ android {
targetSdkVersion 23
versionCode 150
versionName "1.13.1"
versionName "1.13.0"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"