Skip to content

Commit

Permalink
v7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lipangit committed Dec 26, 2020
1 parent 5725b67 commit 83b2edf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

[中文文档](http://jzvd.org)

[下载Demo](https://github.com/Jzvd/JZVideo/releases/download/v7.5.0/jiaozivideoplayer-7.5.0.apk)
[下载Demo](https://github.com/Jzvd/JZVideo/releases/download/v7.6.0/jiaozivideoplayer-7.6.0.apk)

## QuickStart

1.添加类库
```gradle
implementation 'cn.jzvd:jiaozivideoplayer:7.5.0'
implementation 'cn.jzvd:jiaozivideoplayer:7.6.0'
```

2.添加布局
Expand Down
4 changes: 2 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "cn.jzvd.demo"
minSdkVersion 16
targetSdkVersion 30
versionCode 105
versionName "7.5.0"
versionCode 106
versionName "7.6.0"
multiDexEnabled true
ndk {
// add support lib
Expand Down
2 changes: 1 addition & 1 deletion gradle/build_upload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ signing {

group = "cn.jzvd"
archivesBaseName = "jiaozivideoplayer"
version = "7.5.0"
version = "7.6.0"

uploadArchives {
repositories {
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
versionCode 105
versionName "7.5.0"
versionCode 106
versionName "7.6.0"
}

compileOptions {
Expand Down

1 comment on commit 83b2edf

@LWH123123
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

您好 我最近接入 之后 视频播放几次之后 突然会出现 视频加载失败的问题 之后一直就是这样了

Please sign in to comment.