Skip to content

Commit

Permalink
Update version in the readme (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
om26er committed Oct 15, 2021
1 parent 1f9a180 commit 6ab8a3f
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 @@ -32,14 +32,14 @@ Grab via Maven:
<dependency>
<groupId>io.crossbar.autobahn</groupId>
<artifactId>autobahn-android</artifactId>
<version>20.7.1</version>
<version>21.7.1</version>
</dependency>
```

Gradle:
```groovy
dependencies {
implementation 'io.crossbar.autobahn:autobahn-android:20.7.1'
implementation 'io.crossbar.autobahn:autobahn-android:21.7.1'
}
```
For non-android systems use artifactID `autobahn-java` or just
Expand Down

0 comments on commit 6ab8a3f

Please sign in to comment.