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 7c659d0 commit a02da63Copy full SHA for a02da63
build.gradle
@@ -12,9 +12,9 @@ buildscript {
12
* 2.再解开app > build.gradle里面的插件的注释 //id 'com.yechaoa.plugin.gradleX'
13
* 3.还有app > build.gradle里面的gradleX{}
14
*/
15
- classpath('com.yechaoa.plugin:gradleX:1.6-SNAPSHOT')
+// classpath('com.yechaoa.plugin:gradleX:1.6-SNAPSHOT')
16
// 远端仓库地址
17
- classpath('com.github.yechaoa.GradleX:plugin:1.5')
+// classpath('com.github.yechaoa.GradleX:plugin:1.5')
18
}
19
20
0 commit comments