File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,15 +130,15 @@ Complete usage examples are located in `/sample` [GitHub repo](https://github.co
130
130
### Gradle
131
131
132
132
```java
133
- compile " com.polidea.rxandroidble:rxandroidble:0.0.3 "
133
+ compile " com.polidea.rxandroidble:rxandroidble:0.0.4 "
134
134
```
135
135
### Maven
136
136
137
137
```xml
138
138
< dependency>
139
139
< groupId> com. polidea. rxandroidble< / groupId>
140
140
< artifactId> rxandroidble< / artifactId>
141
- < version> 0.0 . 3 < / version>
141
+ < version> 0.0 . 4 < / version>
142
142
< type> aar< / type>
143
143
< / dependency>
144
144
```
Original file line number Diff line number Diff line change 1
1
GROUP =com.polidea.rxandroidble
2
- VERSION_NAME =1. 0.0-SNAPSHOT
2
+ VERSION_NAME =0.0.4
3
3
4
4
POM_DESCRIPTION =RxJava backed support for Bluetooth Low Energy in Android
5
5
You can’t perform that action at this time.
0 commit comments