From 17650ee3fc3ecd4ee33fb7b8596747a099e1f2cc Mon Sep 17 00:00:00 2001 From: REBOOTERS Date: Fri, 23 Aug 2019 16:01:14 +0800 Subject: [PATCH] bump matisse to 0.5.3-beta1 --- matisse/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matisse/build.gradle b/matisse/build.gradle index d1e3e7944..60f4ba34b 100644 --- a/matisse/build.gradle +++ b/matisse/build.gradle @@ -52,7 +52,7 @@ publish { userOrg = 'zhihu' groupId = 'com.zhihu.android' artifactId = 'matisse' - publishVersion = '0.5.2' + publishVersion = '0.5.3-beta1' desc = 'A well-designed local image selector for Android' website = 'https://www.zhihu.com/' }