Browse Source

bugfix: 解决进入播放逻辑后失败无法再播放情况

hexleo 5 years ago
parent
commit
c1d46c7a4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Android/README.md

+ 1 - 1
Android/README.md

@@ -104,7 +104,7 @@ repositories {
 }
 
 dependencies {
-    implementation "com.egame.vap:animplayer:2.0.6"
+    implementation "com.egame.vap:animplayer:2.0.7"
 }
 ```