r0adkll / Slidr

Easily add slide to dismiss functionality to an Activity
Apache License 2.0
2.68k stars 389 forks source link

Could not find com.r0adkll:slidableactivity #41

Closed pishguy closed 7 years ago

pishguy commented 7 years ago

why i got this error: Error:Could not find com.r0adkll:slidableactivity:2.0.6-SNAPSHOT.

compile 'com.r0adkll:slidableactivity:2.0.5'

For Snapshots, include these lines in your gradle files:

repositories { jcenter() maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } }

r0adkll commented 7 years ago

That snapshot is not currently available

pishguy commented 7 years ago

could you help me on this issue : https://github.com/r0adkll/Slidr/issues/42