Skip to content

Commit

Permalink
v7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lipangit committed Jun 29, 2021
1 parent 182a773 commit 8956c45
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.6.0/jiaozivideoplayer-7.6.0.apk)
[下载Demo](https://github.com/Jzvd/JZVideo/releases/download/v7.7.0/jiaozivideoplayer-7.7.0.apk)

## QuickStart

1.添加类库
```gradle
implementation 'cn.jzvd:jiaozivideoplayer:7.6.0'
implementation 'cn.jzvd:jiaozivideoplayer:7.7.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 106
versionName "7.6.0"
versionCode 107
versionName "7.7.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.6.0"
version = "7.7.0"

uploadArchives {
repositories {
Expand Down
6 changes: 3 additions & 3 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 106
versionName "7.6.0"
versionCode 107
versionName "7.7.0"
}

compileOptions {
Expand All @@ -24,7 +24,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "androidx.core:core-ktx:1.3.2"
implementation "androidx.core:core-ktx:1.5.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}

Expand Down

0 comments on commit 8956c45

Please sign in to comment.