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

Commit

Permalink
Update to version 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amlcurran committed Apr 4, 2016
1 parent 3b3013b commit 5564ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Project set-up
If you're using a Gradle-based project, then you can add SCV as a dependency directly:

~~~
compile 'com.github.amlcurran.showcaseview:library:'
compile 'com.github.amlcurran.showcaseview:library:5.4.2'
~~~

If you're using Maven (but not Gradle), you can add the APKlib as a dependency:
Expand All @@ -26,7 +26,7 @@ If you're using Maven (but not Gradle), you can add the APKlib as a dependency:
<dependency>
<groupId>com.github.amlcurran.showcaseview</groupId>
<artifactId>library</artifactId>
<version></version>
<version>5.4.2</version>
<type>apklib</type>
</dependency>
~~~
Expand Down

0 comments on commit 5564ba6

Please sign in to comment.