We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba83e0 commit 783626cCopy full SHA for 783626c
config.gradle
@@ -10,7 +10,7 @@ ext {
10
11
bus = [
12
isDebug: true,
13
- version: '1.4',
+ version: '1.3',
14
group : 'com.blankj'
15
]
16
@@ -25,7 +25,7 @@ ext {
25
kotlin_gradle_plugin : "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version",
26
android_maven_gradle_plugin: "com.github.dcendents:android-maven-gradle-plugin:2.1",
27
gradle_bintray_plugin : "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4",
28
- bus_gradle_plugin : "com.blankj:bus-gradle-plugin:1.4",
+ bus_gradle_plugin : "com.blankj:bus-gradle-plugin:$bus.version",
29
30
// lib
31
support : [
0 commit comments