Releases: panicDev/open-im-sdk-android
Releases · panicDev/open-im-sdk-android
Release list
v3.8.4: Update SDK and JDK versions
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`.