From 783626cc927896d46ba3f2b88e63c4710d8ae582 Mon Sep 17 00:00:00 2001 From: Blankj <625783482@qq.com> Date: Fri, 23 Nov 2018 22:05:56 +0800 Subject: [PATCH] see 11/23 log --- config.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.gradle b/config.gradle index 35c801bc..0e501344 100644 --- a/config.gradle +++ b/config.gradle @@ -10,7 +10,7 @@ ext { bus = [ isDebug: true, - version: '1.4', + version: '1.3', group : 'com.blankj' ] @@ -25,7 +25,7 @@ ext { kotlin_gradle_plugin : "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version", android_maven_gradle_plugin: "com.github.dcendents:android-maven-gradle-plugin:2.1", gradle_bintray_plugin : "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4", - bus_gradle_plugin : "com.blankj:bus-gradle-plugin:1.4", + bus_gradle_plugin : "com.blankj:bus-gradle-plugin:$bus.version", // lib support : [ -- GitLab