Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
CattenLinger committed Jan 12, 2024
1 parent aa689ea commit 51af4d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Maven:
<dependency>
<groupId>com.shinonometn</groupId>
<artifactId>btcodec-kt</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
```

Gradle:
```groovy
implementation("com.shinonometn:btcodec-kt:1.0")
implementation("com.shinonometn:btcodec-kt:1.1")
```

### Read bt protocol content
Expand Down

0 comments on commit 51af4d0

Please sign in to comment.