Skip to content

Commit

Permalink
release v3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Doikki committed Jul 1, 2022
1 parent cb4d292 commit 51a2c51
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A video player for Android.
![Maven Central](https://img.shields.io/maven-central/v/xyz.doikki.android.dkplayer/dkplayer-java)
[![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=16)

### [Demo](https://d.7short.com/qwtj)
### [Demo](https://www.pgyer.com/EGTZ)

### [特性](https://github.com/Doikki/DKVideoPlayer/wiki#%E7%89%B9%E6%80%A7)

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ allprojects {
repositories {
google()
jcenter()
mavenCentral()
// mavenLocal()
// mavenCentral()
mavenLocal()
}
}

Expand Down
4 changes: 2 additions & 2 deletions constants.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project.ext {
releaseVersion = '3.3.5'
releaseVersionCode = 53
releaseVersion = '3.3.6'
releaseVersionCode = 54

minSdkVersion = 16
targetSdkVersion = 31
Expand Down
10 changes: 5 additions & 5 deletions dkplayer-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ dependencies {
implementation project(':dkplayer-videocache')


// implementation 'xyz.doikki.android.dkplayer:dkplayer-java:3.3.5'
// implementation 'xyz.doikki.android.dkplayer:dkplayer-ui:3.3.5'
// implementation 'xyz.doikki.android.dkplayer:player-exo:3.3.5'
// implementation 'xyz.doikki.android.dkplayer:player-ijk:3.3.5'
// implementation 'xyz.doikki.android.dkplayer:videocache:3.3.5'
// implementation 'xyz.doikki.android.dkplayer:dkplayer-java:3.3.6'
// implementation 'xyz.doikki.android.dkplayer:dkplayer-ui:3.3.6'
// implementation 'xyz.doikki.android.dkplayer:player-exo:3.3.6'
// implementation 'xyz.doikki.android.dkplayer:player-ijk:3.3.6'
// implementation 'xyz.doikki.android.dkplayer:videocache:3.3.6'
}

0 comments on commit 51a2c51

Please sign in to comment.