version bump to 2.1.0-beta

This commit is contained in:
Daniel Gultsch 2018-04-05 07:39:49 +02:00
parent 41972e94eb
commit 0ccdbaff96
2 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,10 @@
# Changelog
### Version 2.1.0
* Added configurable font size
* Added global OMEMO preference
* Added scroll to bottom button
### Version 2.0.0
* OMEMO by default for everything but public group chats
* Integrate QR code scanner (requires camera permission)

View File

@ -18,9 +18,6 @@ repositories {
maven {
url 'https://maven.google.com'
}
maven {
url "https://jitpack.io"
}
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
@ -65,13 +62,12 @@ ext {
android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
defaultConfig {
minSdkVersion 19
targetSdkVersion 25
versionCode 261
versionName "2.0.0"
versionCode 262
versionName "2.1.0-beta"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId