2.1.0-beta.2
This commit is contained in:
parent
f2389b5404
commit
614b40a58f
|
@ -4,6 +4,8 @@
|
||||||
* Added configurable font size
|
* Added configurable font size
|
||||||
* Added global OMEMO preference
|
* Added global OMEMO preference
|
||||||
* Added scroll to bottom button
|
* Added scroll to bottom button
|
||||||
|
* Only mark visible messages as read
|
||||||
|
|
||||||
|
|
||||||
### Version 2.0.0
|
### Version 2.0.0
|
||||||
* OMEMO by default for everything but public group chats
|
* OMEMO by default for everything but public group chats
|
||||||
|
|
|
@ -65,8 +65,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 262
|
versionCode 263
|
||||||
versionName "2.1.0-beta"
|
versionName "2.1.0-beta.2"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in a new issue