We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3924c52 commit ebd53aeCopy full SHA for ebd53ae
2 files changed
app/build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id "com.android.application"
3
- id "com.blankj.bus"
+// id "com.blankj.bus"
4
}
5
// in config.gradle
6
configAndroidDomain project
build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
9
dependencies {
10
classpath depConfig.gradle
11
- classpath 'com.blankj:bus-gradle-plugin:1.3'
+// classpath 'com.blankj:bus-gradle-plugin:1.3'
12
classpath depConfig.kotlin_gradle_plugin
13
14
0 commit comments