Skip to content

Commit

Permalink
add features & clarify java version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
osiegmar committed Nov 1, 2023
1 parent 301ae13 commit 06e622d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ to read garbled CSV data (to some degree). See [JavaCsvComparison](https://githu

## Features

### API
### Library specific

- Ultra fast
- Small footprint
- Zero runtime dependencies
- Null-free
- Works with GraalVM Native Image
- OSGi capable

### CSV specific

Expand Down Expand Up @@ -67,7 +69,7 @@ to read garbled CSV data (to some degree). See [JavaCsvComparison](https://githu

## Requirements

- current version: Java 11 (Android 13 / API level 33)
- for 3.x version: Java 11 (Android 13 / API level 33)
- for 2.x version: Java 8 (Android 8 / API level 26)

> :bulb: Android is not Java and is not officially supported.
Expand Down

0 comments on commit 06e622d

Please sign in to comment.