Skip to content

v3.8.4: Update SDK and JDK versions

Choose a tag to compare

@panicDev panicDev released this 16 Sep 07:30
· 3 commits to main since this release
This commit updates the project to target SDK 36 and use JDK 17.

Specifically, the following changes were made:
- `jitpack.yml` was updated to use `openjdk17` instead of `openjdk8`.
- `pkglib/build.gradle` was updated to:
    - Set `compileSdk` and `targetSdkVersion` to 36.
    - Explicitly set Java compatibility to version 17 in `compileOptions`.