From b3df031b99c8ae9f452f57e7e6a2fef256ca319a Mon Sep 17 00:00:00 2001 From: Jonathan Trowbridge Date: Sun, 7 Oct 2018 22:11:49 -0400 Subject: [PATCH] master - updated readmeh jitpack version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cd5876..397c016 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.12' + implementation 'com.github.masterwok:simple-vlc-player:1.1.13' } ```