KeepSafe / TapTargetView

An implementation of tap targets from the Material Design guidelines for feature discovery.
Apache License 2.0
5.37k stars 589 forks source link

ERROR: Failed to resolve: com.getkeepsafe.taptargetview:taptargetview:1.13.0 #363

Closed ziem closed 5 years ago

ziem commented 5 years ago

Version used: 1.13.0

Stack trace:

ERROR: Failed to resolve: com.getkeepsafe.taptargetview:taptargetview:1.13.0

I'm trying to update TapTargetView from 1.12.0 to 1.13.0 but it seems that the newest version is missing *.pom file which may cause the error above. https://bintray.com/keepsafesoftware/Android/TapTargetView/1.13.0#files/com%2Fgetkeepsafe%2Ftaptargetview%2Ftaptargetview%2F1.13.0 shows only:

where the old version https://bintray.com/keepsafesoftware/Android/TapTargetView/1.12.0#files/com%2Fgetkeepsafe%2Ftaptargetview%2Ftaptargetview%2F1.12.0 has:

philippb commented 5 years ago

We're looking into why the POM file was not created.

emarc-m commented 5 years ago

@ziem Could you please try pulling the dependencies again? All files should now be visible in jCenter. Thank you.

svenjacobs commented 5 years ago

Download is now working!

ziem commented 5 years ago

It works now! 🎉 Thanks for the quick fix 👍

tomasz-keepsafe commented 5 years ago

Version 1.13 should now be available from gradle. I confirmed that gradle dependency is working: implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.0'

KalyaniDigiwill commented 1 year ago

how can i use this inside fragment. I am facing issue, after finishing sequence,app not working it is stuck. not scrolling.