File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -208,15 +208,15 @@ Complete usage examples are located in `/sample` [GitHub repo](https://github.co
208
208
### Gradle
209
209
210
210
```groovy
211
- compile " com.polidea.rxandroidble:rxandroidble:1.1 .0"
211
+ compile " com.polidea.rxandroidble:rxandroidble:1.2 .0"
212
212
```
213
213
### Maven
214
214
215
215
```xml
216
216
< dependency>
217
217
< groupId> com. polidea. rxandroidble< / groupId>
218
218
< artifactId> rxandroidble< / artifactId>
219
- < version> 1.1 . 0 < / version>
219
+ < version> 1.2 . 0 < / version>
220
220
< type> aar< / type>
221
221
< / dependency>
222
222
```
Original file line number Diff line number Diff line change 1
1
GROUP =com.polidea.rxandroidble
2
- VERSION_NAME =1.2.0-SNAPSHOT
2
+ VERSION_NAME =1.2.0
3
3
4
4
POM_DESCRIPTION =RxJava backed support for Bluetooth Low Energy in Android
5
5
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Get MockRxAndroidBle via Maven:
40
40
< dependency>
41
41
< groupId> com. polidea. rxandroidble< / groupId>
42
42
< artifactId> mockclient< / artifactId>
43
- < version> 1.1 . 0 < / version>
43
+ < version> 1.2 . 0 < / version>
44
44
< type> aar< / type>
45
45
< / dependency>
46
46
```
You can’t perform that action at this time.
0 commit comments