We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0619e0b commit 393ce14Copy full SHA for 393ce14
README.md
@@ -37,7 +37,7 @@ the latest AAR ([direct link](http://cli.re/Gxajn4) /
37
or add a dependency using Gradle:
38
39
```groovy
40
-compile 'net.openid:appauth:0.4.0'
+compile 'net.openid:appauth:0.4.1'
41
```
42
43
Or Maven:
@@ -46,7 +46,7 @@ Or Maven:
46
<dependency>
47
<groupId>net.openid</groupId>
48
<artifactId>appauth</artifactId>
49
- <version>0.4.0</version>
+ <version>0.4.1</version>
50
</dependency>
51
52
0 commit comments