Browse Source

feat: 适配Android 11 sdk

hexleo 5 years ago
parent
commit
267470c4cf
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 {
 dependencies {
-    implementation "com.egame.vap:animplayer:2.0.7"
+    implementation "com.egame.vap:animplayer:2.0.8"
 }
 }
 ```
 ```