From b1bcf1b27a592e5007ba9584a0be05886b9101da Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Thu, 29 Aug 2019 10:03:31 +1000 Subject: [PATCH] Update build.gradle --- build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ce4e782621..de92248e3f 100644 --- a/build.gradle +++ b/build.gradle @@ -171,7 +171,10 @@ dependencies { testImplementation 'org.robolectric:shadows-multidex:4.2' // Loki - implementation "com.github.loki-project:loki-messenger-android-service:dev-SNAPSHOT" + // Local: + implementation "org.whispersystems:signal-service-android:2.13.2" // Run ./gradlew install from loki-messenger-android-service to install + // Remote: + // implementation "com.github.loki-project:loki-messenger-android-service:dev-SNAPSHOT" implementation "org.signal:signal-metadata-android:0.0.3" implementation "com.google.protobuf:protobuf-java:2.5.0" implementation "com.googlecode.libphonenumber:libphonenumber:8.10.7"