From 06e622d76839c1e2e6ac61c57354a536d0ddb1a8 Mon Sep 17 00:00:00 2001 From: Oliver Siegmar Date: Wed, 1 Nov 2023 14:47:04 +0100 Subject: [PATCH] add features & clarify java version compatibility --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5f35dfe..00b92830 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.