Releases: kdroidFilter/ComposeNativeWebview
Releases · kdroidFilter/ComposeNativeWebview
Release list
1.0.0-alpha-04
What's Changed
- Update Maven workflow to configure Android SDK setup step by @kdroidFilter in #10
- Downgrade Kotlin version to 2.2.21 and disable Gradle configuration cache by @kdroidFilter in #11
- Introduce configurable logging and refined severity levels by @kdroidFilter in #12
Full Changelog: v1.0.0-alpha-03...v1.0.0-alpha-04
1.0.0-alpha-03
1.0.0-alpha-02
Update Maven workflow to package and verify JVM native resources - Add resource preparation step to copy native libraries for supported platforms. - Update verification step to include checks for libraries in resource directories. - Simplify Gradle configuration by removing unused `nativeResources` and `processResources` logic. - Configure `sourceSets` to include new resource directories.
1.0.0-alpha-01
Refactor rust library handling and enhance Gradle task configuration - Introduce `prebuiltRustLibrary` function to centralize prebuilt library resolution logic. - Update `FindDynamicLibrariesTask` and `RustUpTargetAddTask` to use `prebuiltRustLibrary` for improved target handling. - Refine conditional task execution to account for prebuilt library existence and host-target checks.