mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 17:37:57 +00:00
Bump RingRTC to 2.8.7
This commit is contained in:
@@ -340,7 +340,7 @@ dependencies {
|
||||
implementation 'com.google.protobuf:protobuf-javalite:3.10.0'
|
||||
implementation 'org.signal:argon2:13.1@aar'
|
||||
|
||||
implementation 'org.signal:ringrtc-android:2.8.5'
|
||||
implementation 'org.signal:ringrtc-android:2.8.7'
|
||||
|
||||
implementation "me.leolin:ShortcutBadger:1.1.16"
|
||||
implementation 'se.emilsjolander:stickylistheaders:2.7.0'
|
||||
|
@@ -59,8 +59,8 @@ public class BroadcastVideoSink implements VideoSink {
|
||||
}
|
||||
|
||||
public @NonNull RequestedSize getMaxRequestingSize() {
|
||||
int width = 1;
|
||||
int height = 1;
|
||||
int width = 0;
|
||||
int height = 0;
|
||||
|
||||
synchronized (requestingSizes) {
|
||||
for (Point size : requestingSizes.values()) {
|
||||
|
@@ -438,8 +438,8 @@ dependencyVerification {
|
||||
['org.signal:argon2:13.1',
|
||||
'0f686ccff0d4842bfcc74d92e8dc780a5f159b9376e37a1189fabbcdac458bef'],
|
||||
|
||||
['org.signal:ringrtc-android:2.8.5',
|
||||
'4cdbbc693fe8913e8a8f6882422040cc5f5247c0fea619a73dcb9b28fdf5936c'],
|
||||
['org.signal:ringrtc-android:2.8.7',
|
||||
'9f732f13cdceddf27050255f65cc1852e3e6770a2eadf92c3a88d7597b8595fa'],
|
||||
|
||||
['org.signal:zkgroup-android:0.7.0',
|
||||
'52b172565bd01526e93ebf1796b834bdc449d4fe3422c1b827e49cb8d4f13fbd'],
|
||||
|
Reference in New Issue
Block a user