Browse Source

update: 版本升级

hexleo 5 years ago
parent
commit
a2f31e01bb
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Android/PlayerProj/animplayer/publish.gradle
  2. 1 1
      Android/README.md

+ 1 - 1
Android/PlayerProj/animplayer/publish.gradle

@@ -23,7 +23,7 @@ ext {
     // library artifact(单个module一般就填写library name)
     artifact = 'animplayer'
     libraryName = 'animplayer'
-    libraryVersion = '2.0.13'
+    libraryVersion = '2.0.14'
     libraryDescription = ''
     // bintrayName 是你在网页Repository页面能看到的名称
     bintrayName = 'vap'

+ 1 - 1
Android/README.md

@@ -106,7 +106,7 @@ repositories {
 }
 
 dependencies {
-    implementation "com.egame.vap:animplayer:2.0.13"
+    implementation "com.egame.vap:animplayer:2.0.14"
 }
 ```