sephiroth74 / android-target-tooltip

Create Toast like tooltips, but targets can be specified, plus custom properties and features
MIT License
1.49k stars 278 forks source link

Failde to resolve library #127

Closed owaisnm closed 5 years ago

owaisnm commented 5 years ago

I am seeing the following when I include this library:

ERROR: Failed to resolve: com.github.sephiroth74:android-target-tooltip:Tag
Show in Project Structure dialog
Affected Modules: mobile

I already have:

allprojects {
  repositories {
   maven { url "https://jitpack.io" }
  }
}
sephiroth74 commented 5 years ago

That is just a placeholder. You have to actually pick a release or commit. eg:

implementation 'com.github.sephiroth74:android-target-tooltip:v2.0.4'