Skip to content

Commit

Permalink
Release 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszseweryn committed Mar 28, 2017
1 parent 49d31ea commit dc51a1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,15 @@ Complete usage examples are located in `/sample` [GitHub repo](https://github.co
### Gradle

```groovy
compile "com.polidea.rxandroidble:rxandroidble:1.1.0"
compile "com.polidea.rxandroidble:rxandroidble:1.2.0"
```
### Maven

```xml
<dependency>
<groupId>com.polidea.rxandroidble</groupId>
<artifactId>rxandroidble</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<type>aar</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.polidea.rxandroidble
VERSION_NAME=1.2.0-SNAPSHOT
VERSION_NAME=1.2.0

POM_DESCRIPTION=RxJava backed support for Bluetooth Low Energy in Android

Expand Down
2 changes: 1 addition & 1 deletion mockrxandroidble/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Get MockRxAndroidBle via Maven:
<dependency>
<groupId>com.polidea.rxandroidble</groupId>
<artifactId>mockclient</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<type>aar</type>
</dependency>
```
Expand Down

0 comments on commit dc51a1b

Please sign in to comment.