Skip to content

Commit ca2d21b

Browse files
committed
update: 版本升级
1 parent 39cda4b commit ca2d21b

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

Android/PlayerProj/animplayer/publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ext {
2323
// library artifact(单个module一般就填写library name)
2424
artifact = 'animplayer'
2525
libraryName = 'animplayer'
26-
libraryVersion = '2.0.14'
26+
libraryVersion = '2.0.15'
2727
libraryDescription = ''
2828
// bintrayName 是你在网页Repository页面能看到的名称
2929
bintrayName = 'vap'

Android/PlayerProj/animplayer/src/main/java/com/tencent/qgame/animplayer/file/FileContainer.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class FileContainer(private val file: File) : IFileContainer {
3737

3838
override fun setDataSource(extractor: MediaExtractor) {
3939
extractor.setDataSource(file.toString())
40-
4140
}
4241

4342
override fun startRandomRead() {

Android/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ repositories {
106106
}
107107
108108
dependencies {
109-
implementation "com.egame.vap:animplayer:2.0.14"
109+
implementation "com.egame.vap:animplayer:2.0.15"
110110
}
111111
```
112112

0 commit comments

Comments
 (0)