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.
1 parent 46c29f3 commit 9a526d5Copy full SHA for 9a526d5
readme.md
@@ -2,7 +2,7 @@
2
3
## Version
4
5
-### 1.2.0-beta5
+### 1.2.0
6
7
SVGAPlayer 的第 3 个版本,使用 Kotlin 重写整个 SVGAPlayer,修正 beta1 的 CPU 消耗过高问题,修正 beta2 Crash 的问题,并且当 View 被移出视图层级时,会自动停止动画,修正 beta4 前 sDurationScale 在 Android 4.0 中报错的问题。
8
@@ -38,7 +38,7 @@ allprojects {
38
39
添加以下依赖,请根据需要修改版本号,要获取最新的版本请点入 https://jitpack.io/#yyued/SVGAPlayer-Android/
40
```
41
-compile 'com.github.yyued:SVGAPlayer-Android:1.2.0-beta5'
+compile 'com.github.yyued:SVGAPlayer-Android:1.2.0'
42
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.1"
43
44
0 commit comments