File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ repositories {
22
22
}
23
23
24
24
dependencies {
25
- compile " org.whispersystems:signal-android:${ signal_version} "
25
+ compile " org.whispersystems:signal-protocol- android:${ signal_version} "
26
26
compile (project(' :java' )) {
27
- exclude group : ' org.whispersystems' , module : ' signal-java'
27
+ exclude group : ' org.whispersystems' , module : ' signal-protocol- java'
28
28
exclude group : ' org.apache.httpcomponents' , module : ' httpclient'
29
29
}
30
30
}
Original file line number Diff line number Diff line change 1
1
subprojects {
2
- ext. version_number = " 1.8.7 "
2
+ ext. version_number = " 2.1.1 "
3
3
ext. group_info = " org.whispersystems"
4
- ext. signal_version = " 2.1 .0"
4
+ ext. signal_version = " 2.2 .0"
5
5
6
6
if (JavaVersion . current(). isJava8Compatible()) {
7
7
allprojects {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
17
17
compile ' com.googlecode.libphonenumber:libphonenumber:7.1.0'
18
18
compile ' com.fasterxml.jackson.core:jackson-databind:2.5.0'
19
19
20
- compile " org.whispersystems:signal-java:${ signal_version} "
20
+ compile " org.whispersystems:signal-protocol- java:${ signal_version} "
21
21
compile ' com.squareup.okhttp:okhttp:2.2.0'
22
22
compile ' org.apache.httpcomponents:httpclient:4.4'
23
23
You can’t perform that action at this time.
0 commit comments