David Pollak

Results 1 comments of David Pollak

You can use version `1.0` using jitpack.io as a maven repository then adding the repo as a dependency. ``` repositories { ... maven { url "https://jitpack.io" } } ``` ```...