@@ -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'
@@ -37,7 +37,6 @@ class FileContainer(private val file: File) : IFileContainer {
override fun setDataSource(extractor: MediaExtractor) {
extractor.setDataSource(file.toString())
-
}
override fun startRandomRead() {
@@ -106,7 +106,7 @@ repositories {
dependencies {
- implementation "com.egame.vap:animplayer:2.0.14"
+ implementation "com.egame.vap:animplayer:2.0.15"
```