File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.1.1] ( https://github.com/auth0/jwtdecode.android/tree/1.1.1 ) (2017-04-27)
4
+ [ Full Changelog] ( https://github.com/auth0/jwtdecode.android/compare/1.1.0...1.1.1 )
5
+
6
+ ** Fixed**
7
+ - Change getClaim annotation to nonNull [ \# 9] ( https://github.com/auth0/JWTDecode.Android/pull/9 ) ([ lbalmaceda] ( https://github.com/lbalmaceda ) )
8
+
3
9
## [ 1.1.0] ( https://github.com/auth0/jwtdecode.android/tree/1.1.0 ) (2016-12-05)
4
10
[ Full Changelog] ( https://github.com/auth0/jwtdecode.android/compare/1.0.0...1.1.0 )
5
11
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Java library with focus on Android that provides Json Web Token (JWT) decoding.
10
10
The library is be available both in Maven Central and JCenter. To start using it add this line to your ` build.gradle ` dependencies file:
11
11
12
12
``` groovy
13
- compile 'com.auth0.android:jwtdecode:1.1.0 '
13
+ compile 'com.auth0.android:jwtdecode:1.1.1 '
14
14
```
15
15
16
16
## Usage
You can’t perform that action at this time.
0 commit comments