aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rw-r--r--build.gradle6
2 files changed, 3 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2ff0a827..80d9be750 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,6 @@
### Changelog
#### Version 2.2.9
-* stability improvements for group chats and channels
-* allow backups to be restored from anywhere
-* make short vibrate in open chat configurable and respect silent mode (PAM)
-* fixes for Jingle file transfer
-* fixed some rare crashes
-* when sharing a message from and to messenger insert it as quote
-* find orphaned files and show them in the chat again instead of showing them deleted
-* introduce file uploads/downloads with queue (PAM)
* bug fixes
#### Version 2.2.8
diff --git a/build.gradle b/build.gradle
index 1a6d78aa9..be6945a39 100644
--- a/build.gradle
+++ b/build.gradle
@@ -71,7 +71,7 @@ dependencies {
implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
implementation project(':libs:fullscreenvideoview')
- implementation 'pub.devrel:easypermissions:2.0.0'
+ implementation 'pub.devrel:easypermissions:2.0.1' // version >= 3.0.0 needs android X libraries
implementation 'com.wefika:flowlayout:0.4.1'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'
implementation project(':libs:xmpp-addr')
@@ -79,8 +79,8 @@ dependencies {
implementation 'org.conscrypt:conscrypt-android:1.4.2'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15' // 1.2.15 is last working version for minSDK 16
implementation 'me.drakeet.support:toastcompat:1.1.0'
- implementation 'org.osmdroid:osmdroid-android:6.0.3'
- implementation 'com.leinardi.android:speed-dial:2.0.1'
+ implementation 'org.osmdroid:osmdroid-android:6.1.0'
+ implementation 'com.leinardi.android:speed-dial:2.0.1' // version >= 3.0.0 needs android X libraries
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.squareup.okhttp3:okhttp:3.12.2' // versions > 3.12.x don't support API level < 21 anymore
implementation 'com.squareup.retrofit2:retrofit:2.6.0'