Skip to content

Commit

Permalink
版本发布
Browse files Browse the repository at this point in the history
  • Loading branch information
hexleo committed Feb 19, 2021
1 parent 1971542 commit 03e2965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Android/PlayerProj/animplayer/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ext {
// library artifact(单个module一般就填写library name)
artifact = 'animplayer'
libraryName = 'animplayer'
libraryVersion = '2.0.12'
libraryVersion = '2.0.13'
libraryDescription = ''
// bintrayName 是你在网页Repository页面能看到的名称
bintrayName = 'vap'
Expand Down
2 changes: 1 addition & 1 deletion Android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ repositories {
}
dependencies {
implementation "com.egame.vap:animplayer:2.0.12"
implementation "com.egame.vap:animplayer:2.0.13"
}
```

Expand Down

0 comments on commit 03e2965

Please sign in to comment.