Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivecstel authored Mar 25, 2021
1 parent 6229263 commit aa81ff9
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 @@ -12,21 +12,21 @@ Gradle

With groovy:
```groovy
implementation 'com.steleot.blekotlin:blekotlin:0.7.0'
implementation 'com.github.Vivecstel:ble-kotlin:0.7.2'
```

With kotlin dsl:
```kotlin
implementation("com.steleot.blekotlin:blekotlin:0.7.0")
implementation("com.github.Vivecstel:ble-kotlin:0.7.2")
```

Maven

```xml
<dependency>
<groupId>com.steleot.blekotlin</groupId>
<groupId>com.github.Vivecstel:ble-kotlin</groupId>
<artifactId>blekotlin</artifactId>
<version>0.7.0</version>
<version>0.7.2</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit aa81ff9

Please sign in to comment.