提交 8aabfddd 编写于 作者: S shuyu

release 2.1.3 (2017-12-24)

上级 74442aa1
......@@ -42,21 +42,21 @@
#### A、直接引入
```
//完整版引入
compile 'com.shuyu:GSYVideoPlayer:2.1.2'
compile 'com.shuyu:GSYVideoPlayer:2.1.3'
```
#### B、添加java和你想要的so支持:
```
compile 'com.shuyu:gsyVideoPlayer-java:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-java:2.1.3'
//根据你的需求
compile 'com.shuyu:gsyVideoPlayer-armv5:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-armv7a:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-arm64:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-x64:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-x86:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-armv5:2.1.3'
compile 'com.shuyu:gsyVideoPlayer-armv7a:2.1.3'
compile 'com.shuyu:gsyVideoPlayer-arm64:2.1.3'
compile 'com.shuyu:gsyVideoPlayer-x64:2.1.3'
compile 'com.shuyu:gsyVideoPlayer-x86:2.1.3'
```
......@@ -66,9 +66,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
compile 'com.shuyu:gsyVideoPlayer-java:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-java:2.1.3'
compile 'com.shuyu:gsyVideoPlayer-ex_so:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-ex_so:2.1.3'
```
......
......@@ -4,6 +4,7 @@ apply from: 'dependencies.gradle'
buildscript {
repositories {
maven { url 'https://jitpack.io' }
maven { url 'https://maven.google.com' }
jcenter()
}
dependencies {
......@@ -18,6 +19,7 @@ buildscript {
allprojects {
repositories {
maven { url 'https://jitpack.io' }
maven { url 'https://maven.google.com' }
jcenter()
}
}
......
......@@ -27,7 +27,7 @@ ext {
imageLoader = '4.0.0'
gsyVideoVersion = '2.1.2'
gsyVideoVersion = '2.1.3'
androidDependencies = [
recyclerView: "com.android.support:recyclerview-v7:${supportLibraryVersion}",
......
......@@ -7,21 +7,21 @@
#### A、直接引入
```
//完整版引入
compile 'com.shuyu:GSYVideoPlayer:2.1.2'
compile 'com.shuyu:GSYVideoPlayer:2.1.3'
```
#### B、添加java和你想要的so支持:
```
compile 'com.shuyu:gsyVideoPlayer-java:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-java:2.1.3'
//根据你的需求
compile 'com.shuyu:gsyVideoPlayer-armv5:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-armv7a:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-arm64:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-x64:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-x86:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-armv5:2.1.3'
compile 'com.shuyu:gsyVideoPlayer-armv7a:2.1.3'
compile 'com.shuyu:gsyVideoPlayer-arm64:2.1.3'
compile 'com.shuyu:gsyVideoPlayer-x64:2.1.3'
compile 'com.shuyu:gsyVideoPlayer-x86:2.1.3'
```
......@@ -31,9 +31,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
compile 'com.shuyu:gsyVideoPlayer-java:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-java:2.1.3'
compile 'com.shuyu:gsyVideoPlayer-ex_so:2.1.2'
compile 'com.shuyu:gsyVideoPlayer-ex_so:2.1.3'
```
......@@ -68,7 +68,7 @@ allprojects {
#### A、直接引入
```
//完整版引入
compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.1.2'
compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.1.3'
```
......@@ -76,14 +76,14 @@ compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.1.2'
```
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.1.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.1.3'
//根据你的需求
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.1.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.1.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.1.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.1.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.1.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.1.3'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.1.3'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.1.3'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.1.3'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.1.3'
```
......@@ -93,8 +93,8 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.1.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.1.3'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.1.2'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.1.3'
```
......@@ -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=3edacb0593ea2a0b446635c0391cb87918e778ba
PROJ_GROUP=com.shuyu
PROJ_VERSION=2.1.3
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,7 +41,7 @@ dependencies {
//更多配置版so,增加了concat,rtsp,mpeg,crypto
//compile project(':gsyVideoPlayer-ex_so')
//compile "com.shuyu:gsyVideoPlayer-java:$gsyVideoVersion"
compile "com.shuyu:gsyVideoPlayer-java:$gsyVideoVersion"
compile "com.shuyu:gsyVideoPlayer-armv5:$gsyVideoVersion"
compile "com.shuyu:gsyVideoPlayer-armv7a:$gsyVideoVersion"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册