You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,15 @@ Set-up
24
24
25
25
The library is now only compatible with Gradle out of the box. To use this library in your project, either:
26
26
27
-
* Add the dependency from Maven like so: `compile 'com.github.amlcurran.showcaseview:library:+5.0.0-SNAPSHOT'`. See above for more information
27
+
* Add the dependency from Maven like so: `compile 'com.github.amlcurran.showcaseview:library:5.0.0-SNAPSHOT'`. You'll also need to add the Sonatype snapshots repository to your `repositories {}` tag like so:
* Copy the library project into your Gradle project. In your settings.gradle, add the project (using the `include (':libary')` notation). Sync Gradle and then go ahead!
0 commit comments