From 5b2f5a8b93b04a9ef5715e07851a269162cd664c Mon Sep 17 00:00:00 2001 From: hexleo Date: Fri, 11 Dec 2020 11:54:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20jcenter=20=E7=89=88=E6=9C=AC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Android/PlayerProj/animplayer/publish.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android/PlayerProj/animplayer/publish.gradle b/Android/PlayerProj/animplayer/publish.gradle index 7872c626..3aee7b06 100644 --- a/Android/PlayerProj/animplayer/publish.gradle +++ b/Android/PlayerProj/animplayer/publish.gradle @@ -23,7 +23,7 @@ ext { // library artifact(单个module一般就填写library name) artifact = 'animplayer' libraryName = 'animplayer' - libraryVersion = '2.0.9' + libraryVersion = '2.0.10' libraryDescription = '' // bintrayName 是你在网页Repository页面能看到的名称 bintrayName = 'vap'