PinEntryView icon indicating copy to clipboard operation
PinEntryView copied to clipboard

setOnPinEnteredListener in version 1.0.0.6 isnt available in Maven repository

Open exemartinez opened this issue 7 years ago • 1 comments
trafficstars

Hi, the latest version isn't available in the Maven repository with this method. It isn't updated since 2015. Does it works? when would we see it uploaded?

exemartinez avatar Jun 27 '18 14:06 exemartinez

Try this:

<dependency> <groupId>com.github.Philio</groupId> <artifactId>PinEntryView</artifactId> <version>master-SNAPSHOT</version> </dependency>

M3Rocket avatar Jul 26 '18 19:07 M3Rocket