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

Commit ffa37f3

Browse files
committed
v7.0.5
1 parent 506b1e8 commit ffa37f3

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README-EN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--
33
<p align="center">
44
<a href="http://developer.android.com/index.html"><img src="https://img.shields.io/badge/platform-android-green.svg"></a>
5-
<a href="http://search.maven.org/#artifactdetails%7Ccn.jzvd%7Cjiaozivideoplayer%7C5.8.2%7Caar"><img src="https://img.shields.io/badge/Maven%20Central-7.0.4-green.svg"></a>
5+
<a href="http://search.maven.org/#artifactdetails%7Ccn.jzvd%7Cjiaozivideoplayer%7C5.8.2%7Caar"><img src="https://img.shields.io/badge/Maven%20Central-7.0.5-green.svg"></a>
66
<a href="http://choosealicense.com/licenses/mit/"><img src="https://img.shields.io/badge/license-MIT-green.svg"></a>
77
<a href="https://android-arsenal.com/details/1/3269"><img src="https://img.shields.io/badge/Android%20Arsenal-jiaozivideoplayer-green.svg?style=true"></a>
88
</p>
@@ -28,7 +28,7 @@
2828
## Steps for usage
2929

3030
1. Read through ReadMe
31-
2. Download and install the demo apk[jiaozivideoplayer-7.0.4.apk](https://github.com/lipangit/JiaoZiVideoPlayer/releases/download/v7.0.4/jiaozivideoplayer-7.0.4.apk), each page enters once, each button clicks once
31+
2. Download and install the demo apk[jiaozivideoplayer-7.0.5.apk](https://github.com/lipangit/JiaoZiVideoPlayer/releases/download/v7.0.5/jiaozivideoplayer-7.0.5.apk), each page enters once, each button clicks once
3232
3. Download and debug the develop branch, and find the source code through the effect
3333
4. See [custom-related WIKI](https://github.com/lipangit/JiaoZiVideoPlayer/wiki),Realize your own needs
3434

@@ -49,7 +49,7 @@ Only five steps to use the player:
4949

5050
1.Import library:
5151
```gradle
52-
implementation 'cn.jzvd:jiaozivideoplayer:7.0.4'
52+
implementation 'cn.jzvd:jiaozivideoplayer:7.0.5'
5353
```
5454

5555

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--
33
<p align="center">
44
<a href="http://developer.android.com/index.html"><img src="https://img.shields.io/badge/platform-android-green.svg"></a>
5-
<a href="http://search.maven.org/#artifactdetails%7Ccn.jzvd%7Cjiaozivideoplayer%7C5.8.2%7Caar"><img src="https://img.shields.io/badge/Maven%20Central-7.0.4-green.svg"></a>
5+
<a href="http://search.maven.org/#artifactdetails%7Ccn.jzvd%7Cjiaozivideoplayer%7C5.8.2%7Caar"><img src="https://img.shields.io/badge/Maven%20Central-7.0.5-green.svg"></a>
66
<a href="http://choosealicense.com/licenses/mit/"><img src="https://img.shields.io/badge/license-MIT-green.svg"></a>
77
<a href="https://android-arsenal.com/details/1/3269"><img src="https://img.shields.io/badge/Android%20Arsenal-jiaozivideoplayer-green.svg?style=true"></a>
88
</p>
@@ -36,7 +36,7 @@ Q群:490442439, 2群:761899104, 验证信息:jzvd, 微信公众号:jzvdjzt,微
3636
#### 首先
3737

3838
1. 通读ReadMe
39-
2. 下载安装demo apk [jiaozivideoplayer-7.0.4.apk](https://github.com/lipangit/JiaoZiVideoPlayer/releases/download/v7.0.4/jiaozivideoplayer-7.0.4.apk),各个页面都进入一次,各个按钮点一次
39+
2. 下载安装demo apk [jiaozivideoplayer-7.0.5.apk](https://github.com/lipangit/JiaoZiVideoPlayer/releases/download/v7.0.5/jiaozivideoplayer-7.0.5.apk),各个页面都进入一次,各个按钮点一次
4040
3. 下载调试develop分支,有针对性的通过效果找到实现的源码
4141
4. 继承JzvdStd,实现自己的需求
4242

@@ -75,7 +75,7 @@ Q群:490442439, 2群:761899104, 验证信息:jzvd, 微信公众号:jzvdjzt,微
7575

7676
1.添加类库
7777
```gradle
78-
compile 'cn.jzvd:jiaozivideoplayer:7.0.4'
78+
compile 'cn.jzvd:jiaozivideoplayer:7.0.5'
7979
```
8080

8181
2.添加布局

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 92
11-
versionName "7.0.4"
10+
versionCode 93
11+
versionName "7.0.5"
1212
}
1313
signingConfigs {
1414
releaseConfig {

gradle/maven_push.gradle

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

99
group = "cn.jzvd"
1010
archivesBaseName = "jiaozivideoplayer"
11-
version = "7.0.4"
11+
version = "7.0.5"
1212

1313
uploadArchives {
1414
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 92
10-
versionName "7.0.4"
9+
versionCode 93
10+
versionName "7.0.5"
1111
}
1212

1313
compileOptions {

0 commit comments

Comments
 (0)