diff --git a/README.md b/README.md index f363d3db41b90f4786a4837d977e258ceddb500b..0f71d71d0b067c425d122596c103c751ef891a60 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,22 @@ ## [简书详解入口](http://www.jianshu.com/p/9fe377dd9750) +[![](https://jitpack.io/v/CarGuo/GSYVideoPlayer.svg)](https://jitpack.io/#CarGuo/GSYVideoPlayer) + +## 因为某些原因,现在使用jitpack.io,还请各位切换到jitpack,见谅见谅。 ``` - - com.shuyu - gsyVideoPlayer - 1.4.2 - pom - +allprojects { + repositories { + ... + maven { url 'https://jitpack.io' } + } +} ``` ``` dependencies { - compile 'com.shuyu:gsyVideoPlayer:1.4.2' + compile 'com.github.CarGuo:GSYVideoPlayer:v1.4.2' } ```