提交 234e1579 编写于 作者: G guoshuyu

6.0.3

上级 2ca82200
...@@ -4,8 +4,8 @@ android: ...@@ -4,8 +4,8 @@ android:
components: components:
- platform-tools - platform-tools
- tools - tools
- build-tools-27.0.2 - build-tools-28.0.3
- android-27 - android-28
- extra-android-support - extra-android-support
- extra-android-m2repository - extra-android-m2repository
before_install: before_install:
......
...@@ -45,24 +45,24 @@ ...@@ -45,24 +45,24 @@
#### A、直接引入 #### A、直接引入
``` ```
//完整版引入 //完整版引入
implementation 'com.shuyu:GSYVideoPlayer:6.0.2' implementation 'com.shuyu:GSYVideoPlayer:6.0.3'
``` ```
#### B、添加java和你想要的so支持: #### B、添加java和你想要的so支持:
``` ```
implementation 'com.shuyu:gsyVideoPlayer-java:6.0.2' implementation 'com.shuyu:gsyVideoPlayer-java:6.0.3'
//是否需要ExoPlayer模式 //是否需要ExoPlayer模式
implementation 'com.shuyu:GSYVideoPlayer-exo2:6.0.2' implementation 'com.shuyu:GSYVideoPlayer-exo2:6.0.3'
//根据你的需求ijk模式的so //根据你的需求ijk模式的so
implementation 'com.shuyu:gsyVideoPlayer-armv5:6.0.2' implementation 'com.shuyu:gsyVideoPlayer-armv5:6.0.3'
implementation 'com.shuyu:gsyVideoPlayer-armv7a:6.0.2' implementation 'com.shuyu:gsyVideoPlayer-armv7a:6.0.3'
implementation 'com.shuyu:gsyVideoPlayer-arm64:6.0.2' implementation 'com.shuyu:gsyVideoPlayer-arm64:6.0.3'
implementation 'com.shuyu:gsyVideoPlayer-x64:6.0.2' implementation 'com.shuyu:gsyVideoPlayer-x64:6.0.3'
implementation 'com.shuyu:gsyVideoPlayer-x86:6.0.2' implementation 'com.shuyu:gsyVideoPlayer-x86:6.0.3'
``` ```
...@@ -72,13 +72,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 ...@@ -72,13 +72,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
``` ```
implementation 'com.shuyu:gsyVideoPlayer-java:6.0.2' implementation 'com.shuyu:gsyVideoPlayer-java:6.0.3'
//是否需要ExoPlayer模式 //是否需要ExoPlayer模式
implementation 'com.shuyu:GSYVideoPlayer-exo2:6.0.2' implementation 'com.shuyu:GSYVideoPlayer-exo2:6.0.3'
//更多ijk的编码支持 //更多ijk的编码支持
implementation 'com.shuyu:gsyVideoPlayer-ex_so:6.0.2' implementation 'com.shuyu:gsyVideoPlayer-ex_so:6.0.3'
``` ```
...@@ -134,7 +134,16 @@ implementation 'com.shuyu:gsyVideoPlayer-ex_so:6.0.2' ...@@ -134,7 +134,16 @@ implementation 'com.shuyu:gsyVideoPlayer-ex_so:6.0.2'
## 五、近期版本 ## 五、近期版本
### 6.0.1(2018-12-21) ### 6.0.3(2019-01-15)
* update exoPlayer to 2.9.3
* update gradle 3.3.0
* update build sdk 28
* update support sdk 27.1.1
* 修復exoplayer内核的一些问题。
### 6.0.2(2018-12-21)
* update exoPlayer to 2.9.1 * update exoPlayer to 2.9.1
* Deprecated setupLazy * Deprecated setupLazy
......
...@@ -11,8 +11,8 @@ buildscript { ...@@ -11,8 +11,8 @@ buildscript {
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.3.0' classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
} }
} }
......
...@@ -29,7 +29,7 @@ ext { ...@@ -29,7 +29,7 @@ ext {
imageLoader = '4.0.0' imageLoader = '4.0.0'
gsyVideoVersion = '6.0.2' gsyVideoVersion = '6.0.3'
exo_player2 = '2.9.3' exo_player2 = '2.9.3'
......
...@@ -7,24 +7,24 @@ ...@@ -7,24 +7,24 @@
#### A、直接引入 #### A、直接引入
``` ```
//完整版引入 //完整版引入
implementation 'com.shuyu:GSYVideoPlayer:6.0.2' implementation 'com.shuyu:GSYVideoPlayer:6.0.3'
``` ```
#### B、添加java和你想要的so支持: #### B、添加java和你想要的so支持:
``` ```
implementation 'com.shuyu:gsyVideoPlayer-java:6.0.2' implementation 'com.shuyu:gsyVideoPlayer-java:6.0.3'
//是否需要ExoPlayer模式 //是否需要ExoPlayer模式
implementation 'com.shuyu:GSYVideoPlayer-exo2:6.0.2' implementation 'com.shuyu:GSYVideoPlayer-exo2:6.0.3'
//根据你的需求ijk模式的so //根据你的需求ijk模式的so
implementation 'com.shuyu:gsyVideoPlayer-armv5:6.0.2' implementation 'com.shuyu:gsyVideoPlayer-armv5:6.0.3'
implementation 'com.shuyu:gsyVideoPlayer-armv7a:6.0.2' implementation 'com.shuyu:gsyVideoPlayer-armv7a:6.0.3'
implementation 'com.shuyu:gsyVideoPlayer-arm64:6.0.2' implementation 'com.shuyu:gsyVideoPlayer-arm64:6.0.3'
implementation 'com.shuyu:gsyVideoPlayer-x64:6.0.2' implementation 'com.shuyu:gsyVideoPlayer-x64:6.0.3'
implementation 'com.shuyu:gsyVideoPlayer-x86:6.0.2' implementation 'com.shuyu:gsyVideoPlayer-x86:6.0.3'
``` ```
...@@ -34,13 +34,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 ...@@ -34,13 +34,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
``` ```
implementation 'com.shuyu:gsyVideoPlayer-java:6.0.2' implementation 'com.shuyu:gsyVideoPlayer-java:6.0.3'
//是否需要ExoPlayer模式 //是否需要ExoPlayer模式
implementation 'com.shuyu:GSYVideoPlayer-exo2:6.0.2' implementation 'com.shuyu:GSYVideoPlayer-exo2:6.0.3'
//更多ijk的编码支持 //更多ijk的编码支持
implementation 'com.shuyu:gsyVideoPlayer-ex_so:6.0.2' implementation 'com.shuyu:gsyVideoPlayer-ex_so:6.0.3'
``` ```
......
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。 ## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。
### 6.0.1(2018-12-21) ### 6.0.3(2019-01-15)
* update exoPlayer to 2.9.3
* update gradle 3.3.0
* update build sdk 28
* update support sdk 27.1.1
* 修復exoplayer内核的一些问题。
### 6.0.2(2018-12-21)
* update exoPlayer to 2.9.1 * update exoPlayer to 2.9.1
* Deprecated setupLazy * Deprecated setupLazy
......
...@@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx2048m ...@@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx2048m
BINTRAY_USER=carguo BINTRAY_USER=carguo
BINTRAY_KEY= BINTRAY_KEY=
PROJ_GROUP=com.shuyu PROJ_GROUP=com.shuyu
PROJ_VERSION=6.0.2 PROJ_VERSION=6.0.3
PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer
PROJ_ISSUETRACKERURL= PROJ_ISSUETRACKERURL=
PROJ_VCSURL=git@github.com:CarGuo/GSYVideoPlayer.git PROJ_VCSURL=git@github.com:CarGuo/GSYVideoPlayer.git
......
...@@ -33,10 +33,6 @@ dependencies { ...@@ -33,10 +33,6 @@ dependencies {
def viewDependencies = rootProject.ext.viewDependencies def viewDependencies = rootProject.ext.viewDependencies
api viewDependencies.ijkplayer_java api viewDependencies.ijkplayer_java
//compile fileTree(dir: 'libs', include: ['*.jar'])
//def viewDependencies = rootProject.ext.viewDependencies
//compile viewDependencies.ijkplayer_java
} }
apply from: './bintray.gradle' apply from: './bintray.gradle'
...@@ -33,8 +33,8 @@ dependencies { ...@@ -33,8 +33,8 @@ dependencies {
def viewDependencies = rootProject.ext.viewDependencies def viewDependencies = rootProject.ext.viewDependencies
api viewDependencies.exo_player2 api viewDependencies.exo_player2
api viewDependencies.exo_player2_rtmp api viewDependencies.exo_player2_rtmp
api project(':gsyVideoPlayer-base') //api project(':gsyVideoPlayer-base')
//api "com.shuyu:gsyVideoPlayer-base:$gsyVideoVersion" api "com.shuyu:gsyVideoPlayer-base:$gsyVideoVersion"
// compile fileTree(dir: 'libs', include: ['*.jar']) // compile fileTree(dir: 'libs', include: ['*.jar'])
// def viewDependencies = rootProject.ext.viewDependencies // def viewDependencies = rootProject.ext.viewDependencies
......
...@@ -30,7 +30,6 @@ android { ...@@ -30,7 +30,6 @@ android {
dependencies { dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar']) implementation fileTree(dir: 'libs', include: ['*.jar'])
//compile fileTree(dir: 'libs', include: ['*.jar'])
} }
apply from: './bintray.gradle' apply from: './bintray.gradle'
...@@ -35,8 +35,8 @@ android { ...@@ -35,8 +35,8 @@ android {
dependencies { dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar']) implementation fileTree(dir: 'libs', include: ['*.jar'])
api project(':gsyVideoPlayer-java') //api project(':gsyVideoPlayer-java')
api project(':gsyVideoPlayer-exo_player2') //api project(':gsyVideoPlayer-exo_player2')
//api project(':gsyVideoPlayer-armv5') //api project(':gsyVideoPlayer-armv5')
//api project(':gsyVideoPlayer-armv7a') //api project(':gsyVideoPlayer-armv7a')
//api project(':gsyVideoPlayer-armv64') //api project(':gsyVideoPlayer-armv64')
...@@ -48,8 +48,8 @@ dependencies { ...@@ -48,8 +48,8 @@ dependencies {
//api "com.shuyu:GSYVideoPlayer:$gsyVideoVersion" //api "com.shuyu:GSYVideoPlayer:$gsyVideoVersion"
//api "com.shuyu:gsyVideoPlayer-java:$gsyVideoVersion" api "com.shuyu:gsyVideoPlayer-java:$gsyVideoVersion"
//api "com.shuyu:GSYVideoPlayer-exo2:$gsyVideoVersion" api "com.shuyu:GSYVideoPlayer-exo2:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-armv5:$gsyVideoVersion" api "com.shuyu:gsyVideoPlayer-armv5:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-armv7a:$gsyVideoVersion" api "com.shuyu:gsyVideoPlayer-armv7a:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-arm64:$gsyVideoVersion" api "com.shuyu:gsyVideoPlayer-arm64:$gsyVideoVersion"
...@@ -59,17 +59,6 @@ dependencies { ...@@ -59,17 +59,6 @@ dependencies {
//更多配置版so,增加了concat,rtsp,mpeg,crypto //更多配置版so,增加了concat,rtsp,mpeg,crypto
//api "com.shuyu:gsyVideoPlayer-ex_so:$gsyVideoVersion" //api "com.shuyu:gsyVideoPlayer-ex_so:$gsyVideoVersion"
//compile fileTree(dir: 'libs', include: ['*.jar'])
//compile "com.shuyu:gsyVideoPlayer-java:$gsyVideoVersion"
//compile "com.shuyu:GSYVideoPlayer-exo2:$gsyVideoVersion"
//compile "com.shuyu:gsyVideoPlayer-armv5:$gsyVideoVersion"
//compile "com.shuyu:gsyVideoPlayer-armv7a:$gsyVideoVersion"
//compile "com.shuyu:gsyVideoPlayer-arm64:$gsyVideoVersion"
//compile "com.shuyu:gsyVideoPlayer-x64:$gsyVideoVersion"
//compile "com.shuyu:gsyVideoPlayer-x86:$gsyVideoVersion"
} }
apply from: './bintray.gradle' apply from: './bintray.gradle'
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册