Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The public API of this library consists of the public functions declared in
file [H3Core.java](./src/main/java/com/uber/h3core/H3Core.java), and support
for the Linux x64 and Darwin x64 platforms.

## Unreleased Changes
## [4.3.2] - 2025-10-10
### Changed
- Added option to build and publish as an Android module into h3-android. (#184)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Add it to your pom.xml:
<dependency>
<groupId>com.uber</groupId>
<artifactId>h3</artifactId>
<version>4.3.1</version>
<version>4.3.2</version>
</dependency>
```

Or, using Gradle:

```gradle
compile("com.uber:h3:4.3.1")
compile("com.uber:h3:4.3.2")
```

Encode a location into a hexagon address:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
org.gradle.configuration-cache=false

# No spaces on the following line, needed by release.yml:
version=4.3.2-SNAPSHOT
version=4.3.2
Loading