Skip to content

Commit da81d46

Browse files
committed
2 parents 9692b75 + 4b798e2 commit da81d46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Version
44

5-
### 1.2.0-beta3
5+
### 1.2.0-beta5
66

7-
SVGAPlayer 的第 3 个版本,使用 Kotlin 重写整个 SVGAPlayer,修正 beta1 的 CPU 消耗过高问题,修正 beta2 Crash 的问题,并且当 View 被移出视图层级时,会自动停止动画。
7+
SVGAPlayer 的第 3 个版本,使用 Kotlin 重写整个 SVGAPlayer,修正 beta1 的 CPU 消耗过高问题,修正 beta2 Crash 的问题,并且当 View 被移出视图层级时,会自动停止动画,修正 beta4 前 sDurationScale 在 Android 4.0 中报错的问题
88

99
### 1.1.0
1010

@@ -38,7 +38,7 @@ allprojects {
3838

3939
添加以下依赖,请根据需要修改版本号,要获取最新的版本请点入 https://jitpack.io/#yyued/SVGAPlayer-Android/
4040
```
41-
compile 'com.github.yyued:SVGAPlayer-Android:1.2.0-beta'
41+
compile 'com.github.yyued:SVGAPlayer-Android:1.2.0-beta5'
4242
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.1"
4343
```
4444

0 commit comments

Comments
 (0)