提交 48f41e85 编写于 作者: G guoshuyu

release 8.1.1

上级 bc3042dd
......@@ -55,24 +55,24 @@
#### A、直接引入
```
//完整版引入
implementation 'com.shuyu:GSYVideoPlayer:8.1.0'
implementation 'com.shuyu:GSYVideoPlayer:8.1.1'
```
#### B、添加java和你想要的so支持:
```
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.1'
//是否需要ExoPlayer模式
implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.0'
implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.1'
//根据你的需求ijk模式的so
implementation 'com.shuyu:gsyVideoPlayer-armv5:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-armv7a:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-arm64:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-x64:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-x86:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-armv5:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-armv7a:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-arm64:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-x64:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-x86:8.1.1'
```
......@@ -82,13 +82,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.1'
//是否需要ExoPlayer模式
implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.0'
implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.1'
//更多ijk的编码支持
implementation 'com.shuyu:gsyVideoPlayer-ex_so:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-ex_so:8.1.1'
```
......@@ -207,6 +207,10 @@ ExoSourceManager.setExoMediaSourceInterceptListener(new ExoMediaSourceInterceptL
## 五、近期版本
## 8.1.0 (2020-03-15)
* #3174 fix HostnameVerifier for google play
## 8.1.0 (2020-02-02)
......
......@@ -33,7 +33,7 @@ ext {
imageLoader = '4.9.0'
gsyVideoVersion = '8.1.0'
gsyVideoVersion = '8.1.1'
exo_player2 = '2.12.1'
......
......@@ -10,24 +10,24 @@
#### A、直接引入
```
//完整版引入
implementation 'com.shuyu:GSYVideoPlayer:8.1.0'
implementation 'com.shuyu:GSYVideoPlayer:8.1.1'
```
#### B、添加java和你想要的so支持:
```
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.1'
//是否需要ExoPlayer模式
implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.0'
implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.1'
//根据你的需求ijk模式的so
implementation 'com.shuyu:gsyVideoPlayer-armv5:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-armv7a:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-arm64:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-x64:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-x86:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-armv5:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-armv7a:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-arm64:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-x64:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-x86:8.1.1'
```
......@@ -37,13 +37,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.1'
//是否需要ExoPlayer模式
implementatcon 'com.shuyu:GSYVideoPlayer-exo2:8.1.0'
implementatcon 'com.shuyu:GSYVideoPlayer-exo2:8.1.1'
//更多ijk的编码支持
implementation 'com.shuyu:gsyVideoPlayer-ex_so:8.1.0'
implementation 'com.shuyu:gsyVideoPlayer-ex_so:8.1.1'
```
......@@ -69,7 +69,7 @@ allprojects {
#### A、直接引入
```
//完整版引入
implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v8.1.0'
implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v8.1.1'
```
......@@ -78,15 +78,15 @@ implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v8.1.0'
```
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v8.1.0'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v8.1.1'
implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer-exo2:v8.1.0'
implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer-exo2:v8.1.1'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v8.1.0'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v8.1.0'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v8.1.0'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v8.1.0'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-base:v8.1.0'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v8.1.1'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v8.1.1'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v8.1.1'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v8.1.1'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-base:v8.1.1'
```
......@@ -98,8 +98,8 @@ C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变
```
implementatcon 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v8.1.0'
implementatcon 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v8.1.1'
implementatcon 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v8.1.0'
implementatcon 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v8.1.1'
```
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。
## 8.1.0 (2020-03-15)
* #3174 fix HostnameVerifier for google play
## 8.1.0 (2020-02-02)
* fix #3126 crash arm64 with Android11
......
......@@ -16,9 +16,9 @@ org.gradle.jvmargs=-Xmx2048m
# 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=afdb8762b507a0a04c24d6b2a56e4fc51f96f5e0
PROJ_GROUP=com.shuyu
PROJ_VERSION=8.1.0
PROJ_VERSION=8.1.1
PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer
PROJ_ISSUETRACKERURL=
PROJ_VCSURL=git@github.com:CarGuo/GSYVideoPlayer.git
......
......@@ -40,10 +40,10 @@ dependencies {
api viewDependencies.ijkplayer_java
api viewDependencies.ijkplayer_exo
api viewDependencies.transitionseverywhere
api project(':gsyVideoPlayer-proxy_cache')
//api project(':gsyVideoPlayer-proxy_cache')
//api project(':gsyVideoPlayer-base')
api "com.shuyu:gsyVideoPlayer-base:$gsyVideoVersion"
//api "com.shuyu:gsyvideoplayer-androidvideocache:$gsyVideoVersion"
api "com.shuyu:gsyvideoplayer-androidvideocache:$gsyVideoVersion"
}
......
......@@ -35,7 +35,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
//
api project(':gsyVideoPlayer-java')
// api project(':gsyVideoPlayer-java')
// api project(':gsyVideoPlayer-exo_player2')
// api project(':gsyVideoPlayer-armv5')
// api project(':gsyVideoPlayer-armv7a')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册