Skip to content

Commit

Permalink
release v3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Doikki committed Aug 7, 2021
1 parent 48ab391 commit 0b0310e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.4'
releaseVersionCode = 52
releaseVersion = '3.3.5'
releaseVersionCode = 53

minSdkVersion = 16
targetSdkVersion = 30
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.4'
// implementation 'xyz.doikki.android.dkplayer:dkplayer-ui:3.3.4'
// implementation 'xyz.doikki.android.dkplayer:player-exo:3.3.4'
// implementation 'xyz.doikki.android.dkplayer:player-ijk:3.3.4'
// implementation 'xyz.doikki.android.dkplayer:videocache:3.3.4'
// 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'
}

0 comments on commit 0b0310e

Please sign in to comment.