提交 cce70994 编写于 作者: J jessyan

Improve build.gradle

上级 51979c06
...@@ -68,7 +68,7 @@ dependencies { ...@@ -68,7 +68,7 @@ dependencies {
implementation rootProject.ext.dependencies["paginate"] implementation rootProject.ext.dependencies["paginate"]
//arms //arms
implementation project(':arms') implementation project(':arms')
// compile 'me.jessyan:arms:2.2.3' // implementation 'me.jessyan:arms:2.2.3'
//test //test
testImplementation rootProject.ext.dependencies["junit"] testImplementation rootProject.ext.dependencies["junit"]
debugImplementation rootProject.ext.dependencies["canary-debug"] debugImplementation rootProject.ext.dependencies["canary-debug"]
......
...@@ -3,6 +3,7 @@ apply from: "config.gradle" ...@@ -3,6 +3,7 @@ apply from: "config.gradle"
buildscript { buildscript {
repositories { repositories {
jcenter() jcenter()
google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.0.0' classpath 'com.android.tools.build:gradle:3.0.0'
...@@ -16,8 +17,8 @@ buildscript { ...@@ -16,8 +17,8 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
jcenter() jcenter()
maven { url "https://jitpack.io" }
google() google()
maven { url "https://jitpack.io" }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册