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 # Changelog
### Version 2.1.0
* Added configurable font size
* Added global OMEMO preference
* Added scroll to bottom button
### 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
* Integrate QR code scanner (requires camera permission) * Integrate QR code scanner (requires camera permission)

View File

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