From 2acf37569b57445a2e1b09f22ac54741da5be5a2 Mon Sep 17 00:00:00 2001 From: lahm Date: Sat, 16 May 2020 11:49:25 +0800 Subject: [PATCH] upgrade bintray ver --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c971005..da7c5dd 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:3.6.3' - classpath 'com.novoda:bintray-release:0.9' + classpath 'com.novoda:bintray-release:0.9.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }