File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ for the Linux x64 and Darwin x64 platforms.
77
88## Unreleased Changes
99### Changed
10- - Added option to build and publish as an Android module into h3-android
10+ - Added option to build and publish as an Android module into h3-android. (#184 )
11+
12+ ### Fixed
13+ - Removed duplicate native code resources from the built artifacts. (#186 )
1114
1215## [ 4.3.1] - 2025-08-27
1316### Changed
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jacocoTestReport {
124124jar {
125125 dependsOn buildH3
126126 from sourceSets. main. resources
127- duplicatesStrategy = DuplicatesStrategy . WARN
127+ duplicatesStrategy = DuplicatesStrategy . EXCLUDE
128128}
129129
130130// Android-specific configurations
@@ -154,7 +154,7 @@ task androidJar(type: Jar) {
154154 include ' META-INF/**'
155155 }
156156
157- duplicatesStrategy = DuplicatesStrategy . WARN
157+ duplicatesStrategy = DuplicatesStrategy . EXCLUDE
158158
159159 manifest {
160160 attributes(
You can’t perform that action at this time.
0 commit comments