// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {//代码的仓库
mavenCentral()
jcenter()
google()//很有名的包
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
//**重要**
classpath 'com.bugtags.library:bugtags-gradle:latest.integration'
}
}
allprojects {
repositories {
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }
google()
}
}
gradle依赖项目仓库
最新推荐文章于 2024-08-21 22:39:15 发布