Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
// FREEBIE
  • Loading branch information
moxie0 committed Mar 24, 2016
1 parent a375b66 commit a1c93ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ repositories {
}

dependencies {
compile "org.whispersystems:signal-android:${signal_version}"
compile "org.whispersystems:signal-protocol-android:${signal_version}"
compile (project(':java')) {
exclude group: 'org.whispersystems', module: 'signal-java'
exclude group: 'org.whispersystems', module: 'signal-protocol-java'
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
}
}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
subprojects {
ext.version_number = "1.8.7"
ext.version_number = "2.1.1"
ext.group_info = "org.whispersystems"
ext.signal_version = "2.1.0"
ext.signal_version = "2.2.0"

if (JavaVersion.current().isJava8Compatible()) {
allprojects {
Expand Down
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
compile 'com.googlecode.libphonenumber:libphonenumber:7.1.0'
compile 'com.fasterxml.jackson.core:jackson-databind:2.5.0'

compile "org.whispersystems:signal-java:${signal_version}"
compile "org.whispersystems:signal-protocol-java:${signal_version}"
compile 'com.squareup.okhttp:okhttp:2.2.0'
compile 'org.apache.httpcomponents:httpclient:4.4'

Expand Down

0 comments on commit a1c93ed

Please sign in to comment.