version bump to 2.7.0 + changelog
This commit is contained in:
parent
d781bc9cb9
commit
12907a52e3
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.7.0
|
||||||
|
|
||||||
|
* Provide PDF preview on Android 5+
|
||||||
|
* Use 12 byte IVs for OMEMO
|
||||||
|
|
||||||
### Version 2.6.4
|
### Version 2.6.4
|
||||||
|
|
||||||
* Support automatic theme switching on Android 10
|
* Support automatic theme switching on Android 10
|
||||||
|
|
|
@ -90,8 +90,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 363
|
versionCode 364
|
||||||
versionName "2.7.0-beta"
|
versionName "2.7.0"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
2
fastlane/metadata/android/en-US/changelogs/364.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/364.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* Provide PDF preview on Android 5+
|
||||||
|
* Use 12 byte IVs for OMEMO
|
Loading…
Reference in a new issue