Skip to content

Commit

Permalink
Make release for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedol committed Sep 7, 2016
1 parent 3e076bc commit 9628255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ repositories {
Synchronous module:
```groovy
dependencies {
compile 'com.addhen:voto-sdk-sync:0.2.0'
compile 'com.addhen:voto-sdk-sync:0.3.0'
}
```

Asynchronous module:
```groovy
dependencies {
compile 'com.addhen:voto-sdk-async:0.2.0'
compile 'com.addhen:voto-sdk-async:0.3.0'
}
```

RxJava module:
```groovy
dependencies {
compile 'com.addhen:voto-sdk-rxjava:0.2.0'
compile 'com.addhen:voto-sdk-rxjava:0.3.0'
}
```
### Usage
Expand Down

0 comments on commit 9628255

Please sign in to comment.