29 Star 52 Fork 14

达达软件 / AndroidCrawler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 895 Bytes
一键复制 编辑 原始数据 按行查看 历史
韦驮天 提交于 2017-04-05 17:35 . 初次提交
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public' }
maven { url "https://jitpack.io" }
jcenter()
}
dependencies {
//butterknife
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'com.android.tools.build:gradle:2.2.3'
//greendao
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public' }
maven { url "https://jitpack.io" }
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/chinagtech/zouchuqu_crawler_app.git
git@gitee.com:chinagtech/zouchuqu_crawler_app.git
chinagtech
zouchuqu_crawler_app
AndroidCrawler
master

搜索帮助