From f9b25a31a08b53839f99979d4262733ec34fbcd6 Mon Sep 17 00:00:00 2001 From: zhangdan Date: Tue, 6 Mar 2018 21:59:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=8F=92=E4=BB=B6=E8=BF=9C=E7=A8=8BRe?= =?UTF-8?q?po=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b71e643..25587ac 100644 --- a/build.gradle +++ b/build.gradle @@ -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 }