Skip to content

Commit

Permalink
Added some version targetting info.
Browse files Browse the repository at this point in the history
Addresses issues raised here: #42
  • Loading branch information
mooreds committed Jan 19, 2022
1 parent 29e2a2b commit d38ebc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,12 @@ String json = jwk.toJSON();
}
```

## Limitations

This library should work with any version of Java equal to or newer than Java 8.

It has a dependency on the Base64 class, which was added in [Android API 26](https://developer.android.com/reference/java/util/Base64).

## Building

## Building with Maven
Expand Down

0 comments on commit d38ebc8

Please sign in to comment.