Browse Source

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

hexleo 5 năm trước cách đây
mục cha
commit
c1d46c7a4a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
 }
 ```