From 057f099862ff285c2cd208f7237fcd0af9d454f1 Mon Sep 17 00:00:00 2001 From: Slavi Petrov Date: Fri, 11 Oct 2019 11:07:19 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f7712a..17b06e1 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ Download === You can use Gradle: ```gradle -compile 'bg.devlabs.fullscreenvideoview:library:1.1.3' +compile 'bg.devlabs.fullscreenvideoview:library:1.1.4' ``` or Maven: ```maven bg.devlabs.fullscreenvideoview library - 1.1.3 + 1.1.4 pom ``` @@ -246,6 +246,14 @@ fullscreenVideoView.videoUrl(videoUrl) }) ``` +### Seek to position +``` +You can seek to a selected position by calling the `seekTo` method and passing the time in milliseconds to it. + +fullscreenVideoView.videoUrl(videoUrl) + .seekTo(5000) +``` + Compatibility === - Minimum Android SDK: API level 19