Skip to content

Commit

Permalink
chore: 插件远程Repo地址修改
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdan committed Mar 6, 2018
1 parent 3a0f2d4 commit f9b25a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ buildscript {
repositories {
jcenter()
maven {
url "https://raw.githubusercontent.com/nailperry-zd/CodelessDA-Gradle-Plugin-Repo/master"
url "https://raw.githubusercontent.com/nailperry-zd/Codeless-Gradle-Plugin-Repo/master"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.codelessda:codelessda-gradle-plugin:0.0.1'
classpath 'com.codeless:codeless-gradle-plugin:0.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down

0 comments on commit f9b25a3

Please sign in to comment.