Skip to content

Commit

Permalink
Add note about Android API compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
theigl committed Nov 26, 2020
1 parent 98d26e4 commit ccb3d48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ To use the latest Kryo snapshot, use:

Not everyone is a Maven fan. Using Kryo without Maven requires placing the [Kryo JAR](#installation) on your classpath along with the dependency JARs found in [lib](https://github.com/EsotericSoftware/kryo/tree/master/lib).

### On Android

Kryo 5 ships with Objenesis 3.1 which [currently supports](https://github.com/easymock/objenesis/issues/79) Android API >= 26. If you want to use Kryo with older Android APIs, you need to explicitely depend on Objensis 2.6.

## Quickstart

Jumping ahead to show how the library can be used:
Expand Down

0 comments on commit ccb3d48

Please sign in to comment.