Skip to content

Commit 5564ba6

Browse files
committed
Update to version 5.4.2
1 parent 3b3013b commit 5564ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Project set-up
1717
If you're using a Gradle-based project, then you can add SCV as a dependency directly:
1818

1919
~~~
20-
compile 'com.github.amlcurran.showcaseview:library:'
20+
compile 'com.github.amlcurran.showcaseview:library:5.4.2'
2121
~~~
2222

2323
If you're using Maven (but not Gradle), you can add the APKlib as a dependency:
@@ -26,7 +26,7 @@ If you're using Maven (but not Gradle), you can add the APKlib as a dependency:
2626
<dependency>
2727
<groupId>com.github.amlcurran.showcaseview</groupId>
2828
<artifactId>library</artifactId>
29-
<version></version>
29+
<version>5.4.2</version>
3030
<type>apklib</type>
3131
</dependency>
3232
~~~

0 commit comments

Comments
 (0)