makarandhinge opened a new pull request, #597:
URL: https://github.com/apache/commons-csv/pull/597

   ## Description
   
   This PR updates the site documentation to clarify Android compatibility 
considerations.
   
   While Commons CSV requires Java 8+, Android compatibility depends on the
   Android API level's support for required Java classes. For example,
   `java.io.UncheckedIOException` (used since 1.10.0) is officially available
   starting from Android API level 24.
   
   This documentation update clarifies potential compatibility concerns
   for users targeting lower Android API levels.
   
   ## Checklist
   
   - [x] Read the contribution guidelines for this project.
   - [x] Read the ASF Generative Tooling Guidance.
   - [ ] I used AI to create any part of, or all of, this pull request. Which 
AI tool was used to create this pull request, and to what extent did it 
contribute?
   - [x] Run a successful build using `mvn`.
   - [ ] Write unit tests that match behavioral changes, where applicable (not 
applicable – documentation-only change).
   - [x] Write a pull request description that explains what and why.
   - [x] Each commit has a meaningful subject line and body.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to