version bump to 1.18.3 + changelog

This commit is contained in:
Daniel Gultsch 2017-04-27 17:27:39 +02:00
parent a5e15d5a10
commit b3d4d0608f
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,8 @@
###Changelog ###Changelog
####Version 1.18.3
* limited GPG encryption for MUC offline members
####Version 1.18.2 ####Version 1.18.2
* added support for Android Auto * added support for Android Auto
* fixed HTTP Download over Tor * fixed HTTP Download over Tor

View File

@ -23,10 +23,10 @@ configurations {
dependencies { dependencies {
compile project(':libs:MemorizingTrustManager') compile project(':libs:MemorizingTrustManager')
playstoreCompile 'com.google.android.gms:play-services-gcm:10.0.1' playstoreCompile 'com.google.android.gms:play-services-gcm:10.2.1'
compile 'org.sufficientlysecure:openpgp-api:10.0' compile 'org.sufficientlysecure:openpgp-api:10.0'
compile 'com.soundcloud.android:android-crop:1.0.1@aar' compile 'com.soundcloud.android:android-crop:1.0.1@aar'
compile 'com.android.support:support-v13:25.1.1' compile 'com.android.support:support-v13:25.3.1'
compile 'org.bouncycastle:bcprov-jdk15on:1.52' compile 'org.bouncycastle:bcprov-jdk15on:1.52'
compile 'org.bouncycastle:bcmail-jdk15on:1.52' compile 'org.bouncycastle:bcmail-jdk15on:1.52'
compile 'org.jitsi:org.otr4j:0.22' compile 'org.jitsi:org.otr4j:0.22'
@ -56,8 +56,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 25 targetSdkVersion 25
versionCode 211 versionCode 212
versionName "1.18.2" versionName "1.18.3"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
} }