From 8f7bd79d6db0a58171511260ddd46906c166ea52 Mon Sep 17 00:00:00 2001 From: Jonathan Trowbridge Date: Sun, 26 Aug 2018 16:52:12 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9ab95f..871d629 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ and add the following in the dependent module: ```gradle dependencies { - implementation 'com.github.masterwok:simple-vlc-player:1.2.0' + implementation 'com.github.masterwok:simple-vlc-player:1.1.4' } ```