Update build.gradle

pull/17/head
Niels Andriesse 5 years ago
parent c516939007
commit b1bcf1b27a

@ -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"

Loading…
Cancel
Save