From 2d1a634c7ef34042b50a06e499f112ce36670e7a Mon Sep 17 00:00:00 2001 From: Arne Date: Fri, 8 Jul 2022 20:26:53 +0200 Subject: [PATCH] revert some libs for compatibilty --- build.gradle | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 9a6bcac6e..8212fe695 100644 --- a/build.gradle +++ b/build.gradle @@ -45,12 +45,11 @@ dependencies { exclude group: 'com.android.support', module: 'appcompat-v7' exclude group: 'com.android.support', module: 'exifinterface' } - implementation 'org.jitsi:org.otr4j:0.23' implementation 'com.github.webrtc-sdk:android:97.4692.01' - //implementation 'org.webrtc:google-webrtc:1.0.32006' + implementation 'org.jitsi:org.otr4j:0.23' implementation 'org.bouncycastle:bcmail-jdk15on:1.64' implementation 'org.gnu.inet:libidn:1.15' - implementation 'com.google.zxing:core:3.5.0' // > 3.3.x not working below SDK 24 + implementation 'com.google.zxing:core:3.5.0' implementation 'de.measite.minidns:minidns-hla:0.2.4' implementation 'me.leolin:ShortcutBadger:1.1.22@aar' implementation 'org.whispersystems:signal-protocol-java:2.6.2' @@ -62,8 +61,8 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'androidx.exifinterface:exifinterface:1.3.3' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation "androidx.emoji2:emoji2:1.2.0-alpha04" - gitImplementation "androidx.emoji2:emoji2-bundled:1.2.0-alpha04" + implementation "androidx.emoji2:emoji2:1.1.0" + gitImplementation "androidx.emoji2:emoji2-bundled:1.1.0" implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.cardview:cardview:1.0.0' // for compatibility @@ -74,7 +73,7 @@ dependencies { implementation 'pub.devrel:easypermissions:3.0.0' // 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 'org.jxmpp:jxmpp-jid:1.0.3' + implementation 'org.jxmpp:jxmpp-jid:1.0.2' implementation 'org.hsluv:hsluv:0.2' implementation 'org.conscrypt:conscrypt-android:2.5.2' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24' @@ -82,7 +81,7 @@ dependencies { implementation 'org.osmdroid:osmdroid-android:6.1.11' implementation 'com.leinardi.android:speed-dial:3.2.0' implementation 'com.squareup.picasso:picasso:2.71828' - implementation 'com.squareup.okhttp3:okhttp:4.9.3' + implementation 'com.squareup.okhttp3:okhttp:4.9.2' implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation 'com.google.guava:guava:31.0.1-android'