We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49aff9 commit 3b24473Copy full SHA for 3b24473
1 file changed
README.md
@@ -32,14 +32,14 @@ Grab via Maven:
32
<dependency>
33
<groupId>io.crossbar.autobahn</groupId>
34
<artifactId>autobahn-android</artifactId>
35
- <version>20.2.1</version>
+ <version>20.7.1</version>
36
</dependency>
37
```
38
39
Gradle:
40
```groovy
41
dependencies {
42
- implementation 'io.crossbar.autobahn:autobahn-android:20.2.1'
+ implementation 'io.crossbar.autobahn:autobahn-android:20.7.1'
43
}
44
45
For non-android systems use artifactID `autobahn-java` or just
0 commit comments