mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-22 07:57:30 +00:00
Update build.gradle to work with repo combine
This commit is contained in:
parent
2fec819b48
commit
c4ead7b1b0
@ -10,6 +10,7 @@ buildscript {
|
|||||||
ext.crashlytics_version = "2.10.1"
|
ext.crashlytics_version = "2.10.1"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
mavenLocal()
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url 'https://maven.fabric.io/public' }
|
maven { url 'https://maven.fabric.io/public' }
|
||||||
@ -69,6 +70,10 @@ repositories {
|
|||||||
|
|
||||||
configurations.all {
|
configurations.all {
|
||||||
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
|
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
|
||||||
|
exclude group: "org.whispersystems", module: "signal-protocol-java"
|
||||||
|
exclude group: "org.whispersystems", module: "signal-protocol-android"
|
||||||
|
exclude group: "org.signal", module: "signal-metadata-java"
|
||||||
|
exclude group: "org.signal", module: "signal-metadata-android"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
@ -179,9 +184,10 @@ dependencies {
|
|||||||
// Loki
|
// Loki
|
||||||
// Local:
|
// Local:
|
||||||
implementation "org.whispersystems:signal-service-android:2.13.2" // Run ./gradlew install from loki-messenger-android-service to install
|
implementation "org.whispersystems:signal-service-android:2.13.2" // Run ./gradlew install from loki-messenger-android-service to install
|
||||||
|
implementation "org.whispersystems:curve25519-java:0.5.0"
|
||||||
// Remote:
|
// Remote:
|
||||||
// implementation "com.github.loki-project:loki-messenger-android-service:dev-SNAPSHOT"
|
// implementation "com.github.loki-project:loki-messenger-android-service:dev-SNAPSHOT"
|
||||||
implementation "org.signal:signal-metadata-android:0.0.3"
|
// implementation "org.signal:signal-metadata-android:0.0.3"
|
||||||
implementation "com.google.protobuf:protobuf-java:2.5.0"
|
implementation "com.google.protobuf:protobuf-java:2.5.0"
|
||||||
implementation "com.googlecode.libphonenumber:libphonenumber:8.10.7"
|
implementation "com.googlecode.libphonenumber:libphonenumber:8.10.7"
|
||||||
implementation "com.fasterxml.jackson.core:jackson-databind:2.9.8"
|
implementation "com.fasterxml.jackson.core:jackson-databind:2.9.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user