Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
zengjiale2 committed Oct 10, 2022
1 parent 4c32c74 commit 13dbfbd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
/.idea
.DS_Store
/build
/*/jniLibs
/captures
.externalNativeBuild
.cxx
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ allprojects {

```groovy
dependencies {
implementation 'com.github.yylive.YYEVA-Android:yyeva:1.0.5'
implementation 'com.github.yylive.YYEVA-Android:yyeva:1.0.7'
}
```

Expand Down Expand Up @@ -69,6 +69,8 @@ interface IEvaAnimView {
fun stopPlay()
//是否正在运行
fun isRunning(): Boolean
//循环播放
fun setLoop(playLoop: Int)
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {

```groovy
dependencies {
implementation 'com.github.yylive.YYEVA-Android:yyeva:1.0.5'
implementation 'com.github.yylive.YYEVA-Android:yyeva:1.0.7'
}
```

Expand Down
2 changes: 1 addition & 1 deletion yyevac/src/main/java/com/yy/yyeva/view/IEvaAnimView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interface IEvaAnimView {
fun setFetchResource(evaFetchResource: IEvaFetchResource?)

fun setOnResourceClickListener(evaResourceClickListener: OnEvaResourceClickListener?)

//循环播放数
fun setLoop(playLoop: Int)

fun supportMask(isSupport: Boolean, isEdgeBlur: Boolean)
Expand Down

0 comments on commit 13dbfbd

Please sign in to comment.