kungfoo / geohash-java

Implementation of GeoHashes in java. We try to be/stay compliant to the spec, as far as possible.
Other
985 stars 309 forks source link

Do not support for gradle. #33

Closed meikaiss closed 6 years ago

meikaiss commented 6 years ago

Can you support to gradle? It is used more and more frequently in Android project.

spridev commented 6 years ago

Gradle is supported, just add this line to your build.gradle file: implementation 'ch.hsr:geohash:1.3.0'

kungfoo commented 6 years ago

Yes, this is absolutely correct.