version bump to 2.1.0-beta
This commit is contained in:
parent
41972e94eb
commit
0ccdbaff96
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue