Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit 4a19425

Browse files
II
authored andcommitted
v6.4.2
1 parent 82ed672 commit 4a19425

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README-ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Q群: 490442439 2群: 761899104 验证信息:jzvd
3030
## 使用步骤
3131

3232
1. 通读ReadMe
33-
2. 下载安装demo apk [jiaozivideoplayer-6.4.1.apk](https://github.com/lipangit/JiaoZiVideoPlayer/releases/download/v6.4.1/jiaozivideoplayer-6.4.1.apk),各个页面都进入一次,各个按钮点一次
33+
2. 下载安装demo apk [jiaozivideoplayer-6.4.1.apk](https://github.com/lipangit/JiaoZiVideoPlayer/releases/download/v6.4.2/jiaozivideoplayer-6.4.1.apk),各个页面都进入一次,各个按钮点一次
3434
3. 下载调试develop分支,有针对性的通过效果找到实现的源码
3535
4.[自定义相关的WIKI](https://github.com/lipangit/JiaoZiVideoPlayer/wiki),实现自己的需求
3636

@@ -52,7 +52,7 @@ Q群: 490442439 2群: 761899104 验证信息:jzvd
5252
compile 'cn.jzvd:jiaozivideoplayer:6.4.1'
5353
```
5454

55-
或直接下载 [aar](https://github.com/lipangit/JiaoZiVideoPlayer/releases/tag/v6.4.1) (不建议)
55+
或直接下载 [aar](https://github.com/lipangit/JiaoZiVideoPlayer/releases/tag/v6.4.2) (不建议)
5656

5757
2.添加布局
5858
```xml

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Q群: 490442439 2群: 761899104 验证信息:jzvd
3535
## Steps for usage
3636

3737
1. Read through ReadMe
38-
2. Download and install the demo apk[jiaozivideoplayer-6.4.1.apk](https://github.com/lipangit/JiaoZiVideoPlayer/releases/download/v6.4.1/jiaozivideoplayer-6.4.1.apk), each page enters once, each button clicks once
38+
2. Download and install the demo apk[jiaozivideoplayer-6.4.1.apk](https://github.com/lipangit/JiaoZiVideoPlayer/releases/download/v6.4.2/jiaozivideoplayer-6.4.1.apk), each page enters once, each button clicks once
3939
3. Download and debug the develop branch, and find the source code through the effect
4040
4. See [custom-related WIKI](https://github.com/lipangit/JiaoZiVideoPlayer/wiki),Realize your own needs
4141

@@ -57,7 +57,7 @@ Only five steps to use the player:
5757
implementation 'cn.jzvd:jiaozivideoplayer:6.4.1'
5858
```
5959

60-
Or download [aar](https://github.com/lipangit/JiaoZiVideoPlayer/releases/tag/v6.4.1) (not recommended).
60+
Or download [aar](https://github.com/lipangit/JiaoZiVideoPlayer/releases/tag/v6.4.2) (not recommended).
6161

6262
2.Add `JZVideoPlayer` in your layout:
6363
```xml

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "cn.jzvd.demo"
88
minSdkVersion 16
99
targetSdkVersion 28
10-
versionCode 86
11-
versionName "6.4.1"
10+
versionCode 87
11+
versionName "6.4.2"
1212
}
1313
signingConfigs {
1414
releaseConfig {

gradle/maven_push.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ signing {
2222

2323
group = "cn.jzvd"
2424
archivesBaseName = "jiaozivideoplayer"
25-
version = "6.4.1"
25+
version = "6.4.2"
2626

2727
uploadArchives {
2828
repositories {

jiaozivideoplayer/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
minSdkVersion 16
88
targetSdkVersion 28
9-
versionCode 86
10-
versionName "6.4.1"
9+
versionCode 87
10+
versionName "6.4.2"
1111
}
1212
buildTypes {
1313
release {

0 commit comments

Comments
 (0)