Skip to content

Commit dc51a1b

Browse files
Release 1.2.0.
1 parent 49d31ea commit dc51a1b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,15 @@ Complete usage examples are located in `/sample` [GitHub repo](https://github.co
208208
### Gradle
209209

210210
```groovy
211-
compile "com.polidea.rxandroidble:rxandroidble:1.1.0"
211+
compile "com.polidea.rxandroidble:rxandroidble:1.2.0"
212212
```
213213
### Maven
214214

215215
```xml
216216
<dependency>
217217
<groupId>com.polidea.rxandroidble</groupId>
218218
<artifactId>rxandroidble</artifactId>
219-
<version>1.1.0</version>
219+
<version>1.2.0</version>
220220
<type>aar</type>
221221
</dependency>
222222
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.polidea.rxandroidble
2-
VERSION_NAME=1.2.0-SNAPSHOT
2+
VERSION_NAME=1.2.0
33

44
POM_DESCRIPTION=RxJava backed support for Bluetooth Low Energy in Android
55

mockrxandroidble/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Get MockRxAndroidBle via Maven:
4040
<dependency>
4141
<groupId>com.polidea.rxandroidble</groupId>
4242
<artifactId>mockclient</artifactId>
43-
<version>1.1.0</version>
43+
<version>1.2.0</version>
4444
<type>aar</type>
4545
</dependency>
4646
```

0 commit comments

Comments
 (0)