From 4c06ec8c3c46cb117b21e289fbcdd9bdac18dbb9 Mon Sep 17 00:00:00 2001 From: shuyu <359369982@qq.com> Date: Wed, 16 Nov 2016 18:02:06 +0800 Subject: [PATCH] 1.1.2 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e427ca..ea1ce42 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ com.shuyu gsyVideoPlayer - 1.1.1 + 1.1.2 pom ``` ``` -compile 'com.shuyu:gsyVideoPlayer:1.1.1' +compile 'com.shuyu:gsyVideoPlayer:1.1.2' ``` diff --git a/gradle.properties b/gradle.properties index 2ad80e4..5c51101 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.1.1 +PROJ_VERSION=1.1.2 PROJ_NAME=gsyVideo PROJ_WEBSITEURL=hhttps://github.com/CarGuo/GSYVideoPlayer PROJ_ISSUETRACKERURL= -- GitLab