Skip to content

Commit 146e218

Browse files
authored
Merge pull request #2 from niklasvd96/master
RxJava3 Migration
2 parents a7e068d + c71890b commit 146e218

31 files changed

+1992
-1991
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# RxAndroidBleServer
44

5-
An Android Bluetooth Low Energy GATT Server Library with RxJava2 interface.
5+
An Android Bluetooth Low Energy GATT Server Library with RxJava3 interface.
66

77
## Usage
88

@@ -18,7 +18,7 @@ allprojects {
1818
}
1919
2020
dependencies {
21-
implementation 'com.github.neXenio:RxKeyStore:master-SNAPSHOT'
21+
implementation 'com.github.neXenio:RxAndroidBleServer:master-SNAPSHOT'
2222
}
2323
```
2424

@@ -148,4 +148,4 @@ server.connect(someClientOfInterest)
148148

149149
[releases]: https://github.com/neXenio/RxAndroidBleServer/releases
150150
[jitpack]: https://jitpack.io/#neXenio/RxAndroidBleServer/
151-
[rxjava]: https://github.com/ReactiveX/RxJava
151+
[rxjava]: https://github.com/ReactiveX/RxJava

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ android {
2626
dependencies {
2727
implementation project(path: ':rxandroidbleserver')
2828

29-
implementation 'io.reactivex.rxjava2:rxjava:2.2.17'
30-
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
31-
implementation 'com.github.tbruyelle:rxpermissions:0.10.2'
29+
implementation 'io.reactivex.rxjava3:rxjava:3.0.1'
30+
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
31+
implementation 'com.github.niklasvd96:rxpermissions:0.11.2'
3232

3333
implementation 'androidx.appcompat:appcompat:1.1.0'
3434
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

0 commit comments

Comments
 (0)