Dustin Johnson

Results 3 comments of Dustin Johnson

I stumbled across this library when looking for a way of computing sunrise and sunset times for the casual observer at their current location. Unfortunately, while it seems a great...

It looks like the zstd library is missing. Did you import it as such: ``` implementation('us.dustinj.timezonemap:timezonemap:4.0`) { // Exclude standard compression library exclude group: 'com.github.luben', module: 'zstd-jni' } // Import...