Skip to content

Commit

Permalink
update: 版本升级
Browse files Browse the repository at this point in the history
  • Loading branch information
hexleo committed Mar 22, 2021
1 parent 39cda4b commit ca2d21b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Android/PlayerProj/animplayer/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ext {
// library artifact(单个module一般就填写library name)
artifact = 'animplayer'
libraryName = 'animplayer'
libraryVersion = '2.0.14'
libraryVersion = '2.0.15'
libraryDescription = ''
// bintrayName 是你在网页Repository页面能看到的名称
bintrayName = 'vap'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class FileContainer(private val file: File) : IFileContainer {

override fun setDataSource(extractor: MediaExtractor) {
extractor.setDataSource(file.toString())

}

override fun startRandomRead() {
Expand Down
2 changes: 1 addition & 1 deletion Android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ repositories {
}
dependencies {
implementation "com.egame.vap:animplayer:2.0.14"
implementation "com.egame.vap:animplayer:2.0.15"
}
```

Expand Down

0 comments on commit ca2d21b

Please sign in to comment.