File tree Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
3+ Version 1.19.1
4+ * Fixed ` BluetoothAdapter.ACTION_STATE_CHANGED ` BroadcastReceiver leak (https://github.com/dariuszseweryn/RxAndroidBle/pull/864 )
5+
36Version 1.19.0
47* Added ` ScanResult#getAdvertisingSid ` , thanks @KrzysztofMamak (https://github.com/dariuszseweryn/RxAndroidBle/pull/856 )
58
Original file line number Diff line number Diff line change @@ -28,19 +28,19 @@ The first step is to include RxAndroidBle into your project.
2828### Gradle
2929If you use Gradle to build your project — as a Gradle project implementation dependency:
3030``` groovy
31- implementation "com.polidea.rxandroidble3:rxandroidble:1.19.0 "
31+ implementation "com.polidea.rxandroidble3:rxandroidble:1.19.1 "
3232```
3333or for RxJava 2 based artifact
3434``` groovy
35- implementation "com.polidea.rxandroidble2:rxandroidble:1.19.0 "
35+ implementation "com.polidea.rxandroidble2:rxandroidble:1.19.1 "
3636```
3737### Maven
3838If you use Maven to build your project — as a Maven project dependency:
3939``` xml
4040<dependency >
4141 <groupId >com.polidea.rxandroidble3</groupId >
4242 <artifactId >rxandroidble</artifactId >
43- <version >1.19.0 </version >
43+ <version >1.19.1 </version >
4444 <type >aar</type >
4545</dependency >
4646```
@@ -49,7 +49,7 @@ or for RxJava 2 based artifact
4949<dependency >
5050 <groupId >com.polidea.rxandroidble2</groupId >
5151 <artifactId >rxandroidble</artifactId >
52- <version >1.19.0 </version >
52+ <version >1.19.1 </version >
5353 <type >aar</type >
5454</dependency >
5555```
Original file line number Diff line number Diff line change 11GROUP =com.polidea.rxandroidble2
2- VERSION_NAME =1.19.0
2+ VERSION_NAME =1.19.1
33
44POM_DESCRIPTION =RxJava backed support for Bluetooth Low Energy in Android
55
Original file line number Diff line number Diff line change @@ -63,15 +63,15 @@ Get MockRxAndroidBle via Maven:
6363<dependency >
6464 <groupId >com.polidea.rxandroidble2</groupId >
6565 <artifactId >mockclient</artifactId >
66- <version >1.19.0 </version >
66+ <version >1.19.1 </version >
6767 <type >aar</type >
6868</dependency >
6969```
7070
7171or via Gradle
7272
7373``` groovy
74- implementation "com.polidea.rxandroidble2:mockclient:1.19.0 "
74+ implementation "com.polidea.rxandroidble2:mockclient:1.19.1 "
7575```
7676
7777### License
Original file line number Diff line number Diff line change @@ -65,15 +65,15 @@ Get MockRxAndroidBle via Maven:
6565<dependency >
6666 <groupId >com.polidea.rxandroidble3</groupId >
6767 <artifactId >mockclient</artifactId >
68- <version >1.19.0 </version >
68+ <version >1.19.1 </version >
6969 <type >aar</type >
7070</dependency >
7171```
7272
7373or via Gradle
7474
7575``` groovy
76- implementation "com.polidea.rxandroidble3:mockclient:1.19.0 "
76+ implementation "com.polidea.rxandroidble3:mockclient:1.19.1 "
7777```
7878
7979### License
You can’t perform that action at this time.
0 commit comments