overpasser
overpasser copied to clipboard
Can you update maven to the latest release?
I need to use the around filter and that is not available in the latest version on the maven repository. Can you please put the latest release on maven repository?
@markandroid2999 atm I can't access the publication keys for that, but you can try and get it via http://jitpack.io. Use master snapshot, or the latest commit hash instead of a version number for the dependency, and it should work fine. So the dep should look like this I guess (haven't checked):
compile 'com.github.zsoltk.overpasser:library:0464d38
Hi @zsoltk !
Using the library by hardcoding the commit hash doesn't work, the downloaded aar contains an empty library module. Tried with all of the unreleased versions here: https://jitpack.io/#zsoltk/overpasser
Can you please publish the latest version to Maven Central? Thanks for your work!