Skip to content

Commit

Permalink
Updated version of the libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
amatkivskiy committed Nov 20, 2015
1 parent 74e03de commit 8266080
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
}
dependencies {
compile 'com.github.amatkivskiy:gitter.sdk.rx:1.3'
compile 'com.github.amatkivskiy:gitter.sdk.rx:1.4'
}
```

Expand All @@ -37,7 +37,7 @@ repositories {
}
dependencies {
compile 'com.github.amatkivskiy:gitter.sdk.async:1.3'
compile 'com.github.amatkivskiy:gitter.sdk.async:1.4'
}
```

Expand All @@ -48,12 +48,12 @@ repositories {
}
dependencies {
compile 'com.github.amatkivskiy:gitter.sdk.sync:1.3'
compile 'com.github.amatkivskiy:gitter.sdk.sync:1.4'
}
```

## Release notes
- 1.3
- 1.4
- Refactored library structure
- Added async api support.
- Added async api samples.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

allprojects {
version '1.3'
version '1.4'

repositories {
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion library/async/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ publish {

dependencies {
// compile project(':library:core')
compile 'com.github.amatkivskiy:gitter.sdk.core:1.3'
compile 'com.github.amatkivskiy:gitter.sdk.core:1.4'
}
2 changes: 1 addition & 1 deletion library/rx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ publish {
}

dependencies {
compile 'com.github.amatkivskiy:gitter.sdk.core:1.3'
compile 'com.github.amatkivskiy:gitter.sdk.core:1.4'
// compile project(':library:core')
compile 'io.reactivex:rxjava:1.0.10'
}
2 changes: 1 addition & 1 deletion library/sync/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ publish {
}

dependencies {
compile 'com.github.amatkivskiy:gitter.sdk.core:1.3'
compile 'com.github.amatkivskiy:gitter.sdk.core:1.4'
// compile project(':library:core')
}

0 comments on commit 8266080

Please sign in to comment.