Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sylwester-zielinski authored Dec 21, 2023
1 parent d473af0 commit c778709
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ works as long as a Flow has an attached consumer. After the Flow is closed the s

### Dependency
```Groovy
implementation 'no.nordicsemi.android.kotlin.ble:scanner:1.0.12'
implementation 'no.nordicsemi.android.kotlin.ble:scanner:1.0.13'
```

## BLE Client
Expand Down Expand Up @@ -76,7 +76,7 @@ viewModelScope.launch {

### Dependency
```Groovy
implementation 'no.nordicsemi.android.kotlin.ble:client:1.0.12'
implementation 'no.nordicsemi.android.kotlin.ble:client:1.0.13'
```

## BLE Advertiser
Expand Down Expand Up @@ -110,7 +110,7 @@ The library is used to advertise the server.

### Dependency
```Groovy
implementation 'no.nordicsemi.android.kotlin.ble:advertiser:1.0.12'
implementation 'no.nordicsemi.android.kotlin.ble:advertiser:1.0.13'
```

## BLE Server
Expand Down Expand Up @@ -187,5 +187,5 @@ The library is used to create a Bluetooth LE server.

### Dependency
```Groovy
implementation 'no.nordicsemi.android.kotlin.ble:server:1.0.12'
implementation 'no.nordicsemi.android.kotlin.ble:server:1.0.13'
```

0 comments on commit c778709

Please sign in to comment.