Implement logging interface for ringrtc-0.1.8

Implement the org.signal.ringrtc.Log.Logger interface, using
org.thoughtcrime.securesms.logging.Log as the underlying logger.

This allows ringrtc to log in the same way as the rest of the
application.
This commit is contained in:
Curt Brune
2019-10-29 19:32:23 -07:00
committed by Alan Evans
parent 7bb1caa22e
commit 2b1386232f
4 changed files with 35 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ dependencies {
implementation 'org.whispersystems:signal-service-android:2.14.0'
implementation 'org.signal:ringrtc-android:0.1.7.2'
implementation 'org.signal:ringrtc-android:0.1.8'
implementation "me.leolin:ShortcutBadger:1.1.16"
implementation 'se.emilsjolander:stickylistheaders:2.7.0'