提交 b4e55b63 编写于 作者: S shuyu

release 2.0.9 (2017-10-02)

上级 6dbb4302
......@@ -63,32 +63,32 @@ dependencies {
compile project(':gsyVideoPlayer')
//jcenter
//compile 'com.shuyu:GSYVideoPlayer:2.0.8'
//compile 'com.shuyu:GSYVideoPlayer:2.0.9'
//compile 'com.shuyu:gsyVideoPlayer-java:2.0.8'
//compile 'com.shuyu:gsyVideoPlayer-java:2.0.9'
//compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.8'
//compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.8'
//compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.8'
//compile 'com.shuyu:gsyVideoPlayer-x64:2.0.8'
//compile 'com.shuyu:gsyVideoPlayer-x86:2.0.8'
//compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.9'
//compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.9'
//compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.9'
//compile 'com.shuyu:gsyVideoPlayer-x64:2.0.9'
//compile 'com.shuyu:gsyVideoPlayer-x86:2.0.9'
//compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.8'
//compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.9'
//jitpack
//compile 'com.github.CarGuo:GSYVideoPlayer:v2.0.8'
//compile 'com.github.CarGuo:GSYVideoPlayer:v2.0.9'
//compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.8'
//compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.9'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.8'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.9'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.8'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.8'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.8'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.8'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.8'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.8'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.9'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.9'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.9'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.9'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.9'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.9'
}
......@@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
BINTRAY_USER=carguo
BINTRAY_KEY=
BINTRAY_KEY=d7c1083f09eef0f93e4786d6eb780104a91a2dfb
PROJ_GROUP=com.shuyu
PROJ_VERSION=2.0.9
PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer
......
......@@ -31,7 +31,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':gsyVideoPlayer-java')
//compile project(':gsyVideoPlayer-java')
//compile project(':gsyVideoPlayer-armv5')
//compile project(':gsyVideoPlayer-armv7a')
//compile project(':gsyVideoPlayer-armv64')
......@@ -41,16 +41,16 @@ dependencies {
//更多配置版so,增加了concat,rtsp,mpeg,crypto
//compile project(':gsyVideoPlayer-ex_so')
//compile 'com.shuyu:gsyVideoPlayer-java:2.0.8'
compile 'com.shuyu:gsyVideoPlayer-java:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.8'
compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.8'
compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.8'
compile 'com.shuyu:gsyVideoPlayer-x64:2.0.8'
compile 'com.shuyu:gsyVideoPlayer-x86:2.0.8'
compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-x64:2.0.9'
compile 'com.shuyu:gsyVideoPlayer-x86:2.0.9'
//更多配置版so,增加了concat,rtsp,mpeg,crypto
//compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.8'
//compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.9'
}
apply from: './bintray.gradle'
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册