From 137f26d8362802256d7aaa6bdd1357c3318561b6 Mon Sep 17 00:00:00 2001 From: Kishore Babu Date: Thu, 15 Jun 2017 17:57:05 +0530 Subject: [PATCH] Update bintray-release version to 0.5.0 Faced same issue as https://github.com/zhihu/Matisse/issues/51. and followed the fix from there. Need to update this to avoid issues for new users --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7de247b12..298e61dbd 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:2.3.2' - classpath 'com.novoda:bintray-release:0.4.0' + classpath 'com.novoda:bintray-release:0.5.0' } }