We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92055e3 commit bb08a97Copy full SHA for bb08a97
README.md
@@ -18,14 +18,14 @@ Add it to your pom.xml:
18
<dependency>
19
<groupId>com.uber</groupId>
20
<artifactId>h3</artifactId>
21
- <version>4.1.1</version>
+ <version>4.3.0</version>
22
</dependency>
23
```
24
25
Or, using Gradle:
26
27
```gradle
28
-compile("com.uber:h3:4.1.1")
+compile("com.uber:h3:4.3.0")
29
30
31
Encode a location into a hexagon address:
0 commit comments