overpasser icon indicating copy to clipboard operation
overpasser copied to clipboard

Can you update maven to the latest release?

Open markandroid2999 opened this issue 6 years ago • 2 comments

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 avatar Aug 01 '18 20:08 markandroid2999

@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

zsoltk avatar Aug 03 '18 10:08 zsoltk

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!

RolandMostoha avatar Jul 21 '20 16:07 RolandMostoha