version bump to 2.1.0-beta

Daniel Gultsch created

Change summary

CHANGELOG.md | 5 +++++
build.gradle | 8 ++------
2 files changed, 7 insertions(+), 6 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -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)

build.gradle 🔗

@@ -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