1 Star 0 Fork 0

豆小穷 / base_base

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
fly803 提交于 2019-05-23 23:31 . 调整data目录结构
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply from: "config.gradle"
buildscript {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
//ButterKnife编译插件路径
maven { url = 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
// classpath 'com.jakewharton:butterknife-gradle-plugin:10.0.0'
// classpath 'com.jakewharton:butterknife-gradle-plugin:9.0.0-SNAPSHOT'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // Add this line
}
}
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
//ButterKnife编译插件路径
maven { url = 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
1
https://gitee.com/douxiaoqiong/base_base.git
git@gitee.com:douxiaoqiong/base_base.git
douxiaoqiong
base_base
base_base
master

搜索帮助