From 813919992b4f519e2b38d229e95eaa1806c48f79 Mon Sep 17 00:00:00 2001 From: li-xiaojun <16167479@qq.com> Date: Fri, 28 Dec 2018 21:16:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=831.0.5?= 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 38e0a41b..71fb0f9c 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -32,7 +32,7 @@ publish { userOrg = 'li-xiaojun' groupId = 'com.lxj' artifactId = 'xpopup' - publishVersion = '1.0.4' + publishVersion = '1.0.5' repoName = 'jrepo' desc = '功能强大,UI简洁,交互优雅的通用弹窗!可以替代Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout等组件,自带十几种效果良好的动画, 支持完全的UI和动画自定义!' website = 'https://github.com/li-xiaojun/XPopup'