diff --git a/CHANGELOG.md b/CHANGELOG.md index ab67917..846e63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,10 @@ for the Linux x64 and Darwin x64 platforms. ## Unreleased Changes ### Changed -- Added option to build and publish as an Android module into h3-android +- Added option to build and publish as an Android module into h3-android. (#184) + +### Fixed +- Removed duplicate native code resources from the built artifacts. (#186) ## [4.3.1] - 2025-08-27 ### Changed diff --git a/build.gradle b/build.gradle index cef7a05..4322b34 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ jacocoTestReport { jar { dependsOn buildH3 from sourceSets.main.resources - duplicatesStrategy = DuplicatesStrategy.WARN + duplicatesStrategy = DuplicatesStrategy.EXCLUDE } // Android-specific configurations @@ -154,7 +154,7 @@ task androidJar(type: Jar) { include 'META-INF/**' } - duplicatesStrategy = DuplicatesStrategy.WARN + duplicatesStrategy = DuplicatesStrategy.EXCLUDE manifest { attributes(