Skip to content
This repository was archived by the owner on Apr 24, 2018. It is now read-only.

Commit 0f4aea4

Browse files
committed
Update readme for v5
1 parent e2e0d0c commit 0f4aea4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,19 @@ Set-up
2424

2525
The library is now only compatible with Gradle out of the box. To use this library in your project, either:
2626

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:
27+
* Add the dependency from Maven like so: `compile 'com.github.amlcurran.showcaseview:library:5.0.0'`. You'll also need to add Maven central to your `repositories {}` tag like so:
2828
~~~
2929
repositories {
3030
mavenCentral()
31-
maven {
32-
url 'https://oss.sonatype.org/content/repositories/snapshots'
33-
}
3431
}
3532
~~~
3633
* 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!
3734

3835
Is it worth using?
3936
----
40-
Perhaps. Why not ask [The Guardian](https://play.google.com/store/apps/details?id=com.guardian), [HaxSync](https://play.google.com/store/apps/details?id=org.mots.haxsync), or [AllCast](https://play.google.com/store/apps/details?id=com.koushikdutta.cast), which each use the library?
37+
Perhaps. Why not ask
38+
[Google](https://github.com/googlecast/CastVideos-android),
39+
[HaxSync](https://play.google.com/store/apps/details?id=org.mots.haxsync), or [AllCast](https://play.google.com/store/apps/details?id=com.koushikdutta.cast), which each use the library?
4140

4241
Usage
4342
----

0 commit comments

Comments
 (0)