Skip to content

Commit 3b24473

Browse files
version update (#518)
1 parent a49aff9 commit 3b24473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ Grab via Maven:
3232
<dependency>
3333
<groupId>io.crossbar.autobahn</groupId>
3434
<artifactId>autobahn-android</artifactId>
35-
<version>20.2.1</version>
35+
<version>20.7.1</version>
3636
</dependency>
3737
```
3838

3939
Gradle:
4040
```groovy
4141
dependencies {
42-
implementation 'io.crossbar.autobahn:autobahn-android:20.2.1'
42+
implementation 'io.crossbar.autobahn:autobahn-android:20.7.1'
4343
}
4444
```
4545
For non-android systems use artifactID `autobahn-java` or just

0 commit comments

Comments
 (0)