Skip to content

Commit 28f37f1

Browse files
committed
Released 0.0.3
1 parent f76836d commit 28f37f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

2222
```java
23-
compile "com.polidea.rxandroidble:rxandroidble:0.0.2"
23+
compile "com.polidea.rxandroidble:rxandroidble:0.0.3"
2424
```
2525
### Maven
2626

2727
```xml
2828
<dependency>
2929
<groupId>com.polidea.rxandroidble</groupId>
3030
<artifactId>rxandroidble</artifactId>
31-
<version>0.0.2</version>
31+
<version>0.0.3</version>
3232
<type>aar</type>
3333
</dependency>
3434
```

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.0.0-SNAPSHOT
2+
VERSION_NAME=0.0.3
33

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

0 commit comments

Comments
 (0)