version bump + changelog
This commit is contained in:
parent
4b5db2fb45
commit
31929b5bd2
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 1.23.0
|
||||||
|
* Support for read markers in private, non-anonymous group chats
|
||||||
|
|
||||||
### Version 1.22.1
|
### Version 1.22.1
|
||||||
* Disable swipe to left to end conversation
|
* Disable swipe to left to end conversation
|
||||||
* Fixed 'No permission to access …' when opening files shared from the SD card
|
* Fixed 'No permission to access …' when opening files shared from the SD card
|
||||||
|
|
|
@ -25,19 +25,18 @@ configurations {
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
supportLibVersion = '27.0.1'
|
supportLibVersion = '27.0.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':libs:MemorizingTrustManager')
|
compile project(':libs:MemorizingTrustManager')
|
||||||
playstoreCompile 'com.google.android.gms:play-services-gcm:11.0.4'
|
playstoreCompile 'com.google.android.gms:play-services-gcm:11.6.2'
|
||||||
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:$supportLibVersion"
|
compile "com.android.support:support-v13:$supportLibVersion"
|
||||||
compile "com.android.support:appcompat-v7:$supportLibVersion"
|
compile "com.android.support:appcompat-v7:$supportLibVersion"
|
||||||
compile "com.android.support:support-emoji:$supportLibVersion"
|
compile "com.android.support:support-emoji:$supportLibVersion"
|
||||||
freeCompile "com.android.support:support-emoji-bundled:$supportLibVersion"
|
freeCompile "com.android.support:support-emoji-bundled:$supportLibVersion"
|
||||||
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'
|
||||||
compile 'org.gnu.inet:libidn:1.15'
|
compile 'org.gnu.inet:libidn:1.15'
|
||||||
|
@ -65,8 +64,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 240
|
versionCode 242
|
||||||
versionName "1.22.1"
|
versionName "1.23.0"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue