From 649c6f290070224ed343e7321545537991a413a2 Mon Sep 17 00:00:00 2001 From: Jonathan Trowbridge Date: Tue, 18 Sep 2018 10:16:03 -0400 Subject: [PATCH] master - Bumped version in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc509b9..4be87f3 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.1.7' + implementation 'com.github.masterwok:simple-vlc-player:1.1.8' } ```