diff --git a/CHANGELOG.md b/CHANGELOG.md index c353b3049..462853a37 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/build.gradle b/build.gradle index a39fd1e5c..ea48488f2 100644 --- a/build.gradle +++ b/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