kiwix / java-libkiwix

Libkiwix binding for Java & Kotlin
https://central.sonatype.com/artifact/org.kiwix/libkiwix
GNU General Public License v3.0
3 stars 4 forks source link

Updated the README file to show the required `Java version` to compile the project. #110

Closed MohitMaliFtechiz closed 2 months ago

MohitMaliFtechiz commented 2 months ago

Setting the JAVA version to 17 is a prerequisites to compile the project. Since now our project is compatible with Android 14(SDK 34) which requires version 8.4 of Gradle, and this Gradle version requires java 17 to run. So it should be added in the readme file so that user will not face this issue while building the binding. This is the only prerequisite to compile the project.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.23%. Comparing base (29f194f) to head (3b103f6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #110 +/- ## ========================================= Coverage 93.23% 93.23% Complexity 237 237 ========================================= Files 47 47 Lines 325 325 Branches 3 3 ========================================= Hits 303 303 Misses 19 19 Partials 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.