Skip to content

Commit 783626c

Browse files
committed
see 11/23 log
1 parent dba83e0 commit 783626c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ext {
1010

1111
bus = [
1212
isDebug: true,
13-
version: '1.4',
13+
version: '1.3',
1414
group : 'com.blankj'
1515
]
1616

@@ -25,7 +25,7 @@ ext {
2525
kotlin_gradle_plugin : "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version",
2626
android_maven_gradle_plugin: "com.github.dcendents:android-maven-gradle-plugin:2.1",
2727
gradle_bintray_plugin : "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4",
28-
bus_gradle_plugin : "com.blankj:bus-gradle-plugin:1.4",
28+
bus_gradle_plugin : "com.blankj:bus-gradle-plugin:$bus.version",
2929

3030
// lib
3131
support : [

0 commit comments

Comments
 (0)