From 4e7f481b3db76ab4777ea3b34f49f7869ce27367 Mon Sep 17 00:00:00 2001 From: shuyu <359369982@qq.com> Date: Wed, 7 Dec 2016 09:15:54 +0800 Subject: [PATCH] 1.4.2 readme --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2afb9d7..f363d3d 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ com.shuyu gsyVideoPlayer - 1.4.1 + 1.4.2 pom ``` ``` dependencies { - compile 'com.shuyu:gsyVideoPlayer:1.4.1' + compile 'com.shuyu:gsyVideoPlayer:1.4.2' } ``` diff --git a/gradle.properties b/gradle.properties index ba5a778..a36a94b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx1536m BINTRAY_USER= BINTRAY_KEY= PROJ_GROUP=com.shuyu -PROJ_VERSION=1.4.1 +PROJ_VERSION=1.4.2 PROJ_NAME=gsyVideo PROJ_WEBSITEURL=hhttps://github.com/CarGuo/GSYVideoPlayer PROJ_ISSUETRACKERURL= -- GitLab