We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9692b75 + 4b798e2 commit da81d46Copy full SHA for da81d46
readme.md
@@ -2,9 +2,9 @@
2
3
## Version
4
5
-### 1.2.0-beta3
+### 1.2.0-beta5
6
7
-SVGAPlayer 的第 3 个版本,使用 Kotlin 重写整个 SVGAPlayer,修正 beta1 的 CPU 消耗过高问题,修正 beta2 Crash 的问题,并且当 View 被移出视图层级时,会自动停止动画。
+SVGAPlayer 的第 3 个版本,使用 Kotlin 重写整个 SVGAPlayer,修正 beta1 的 CPU 消耗过高问题,修正 beta2 Crash 的问题,并且当 View 被移出视图层级时,会自动停止动画,修正 beta4 前 sDurationScale 在 Android 4.0 中报错的问题。
8
9
### 1.1.0
10
@@ -38,7 +38,7 @@ allprojects {
38
39
添加以下依赖,请根据需要修改版本号,要获取最新的版本请点入 https://jitpack.io/#yyued/SVGAPlayer-Android/
40
```
41
-compile 'com.github.yyued:SVGAPlayer-Android:1.2.0-beta'
+compile 'com.github.yyued:SVGAPlayer-Android:1.2.0-beta5'
42
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.1"
43
44
0 commit comments