提交 cce70994 编写于 作者: J jessyan

Improve build.gradle

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