Skip to content

Commit 10ae0f0

Browse files
committed
update readme.
1 parent c07409c commit 10ae0f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Version
44

5+
### 1.2.7
6+
7+
添加 ScaleType 支持;
8+
修正使用 xml 加载 view 时,如果 view 被提前移除所引发的 crash。
9+
510
### 1.2.6
611

712
复用 Path 以减少 GC 触发,提升矢量动画性能。
@@ -46,7 +51,7 @@ allprojects {
4651

4752
添加以下依赖,请根据需要修改版本号,要获取最新的版本请点入 https://jitpack.io/#yyued/SVGAPlayer-Android/
4853
```
49-
compile 'com.github.yyued:SVGAPlayer-Android:1.2.4'
54+
compile 'com.github.yyued:SVGAPlayer-Android:1.2.7'
5055
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.1"
5156
```
5257

0 commit comments

Comments
 (0)