mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
Fix dependencies issue.
This commit is contained in:
parent
e89395bd90
commit
0bac706069
1 changed files with 3 additions and 0 deletions
|
@ -102,6 +102,9 @@ dependencies {
|
|||
|
||||
implementation "com.github.loki-project:loki-messenger-android-core:master-SNAPSHOT"
|
||||
|
||||
// Jitpack doesn't pull in loki-message-android-core dependencies, so we have to manually copy them ;(
|
||||
implementation "org.signal:signal-metadata-java:0.0.3"
|
||||
|
||||
compile 'org.whispersystems:webrtc-android:M74'
|
||||
|
||||
compile "me.leolin:ShortcutBadger:1.1.16"
|
||||
|
|
Loading…
Reference in a new issue