From feeec838334a4d7bb154cd1c4cb363520dfb7f0a Mon Sep 17 00:00:00 2001 From: li-xiaojun <16167479@qq.com> Date: Thu, 21 Feb 2019 09:31:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=831.3.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 5962e29d..8b409bb6 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -33,7 +33,7 @@ publish { userOrg = 'li-xiaojun' groupId = 'com.lxj' artifactId = 'xpopup' - publishVersion = '1.3.7' + publishVersion = '1.3.8' repoName = 'jrepo' desc = '功能强大,UI简洁,交互优雅的通用弹窗!可以替代Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout等组件,自带十几种效果良好的动画, 支持完全的UI和动画自定义!' website = 'https://github.com/li-xiaojun/XPopup'