1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/chinagtech-zouchuqu_crawler_app

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
build.gradle 895
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
weituotian Отправлено 05.04.2017 12:35 482269b
// 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
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/chinagtech-zouchuqu_crawler_app.git
git@api.gitlife.ru:oschina-mirror/chinagtech-zouchuqu_crawler_app.git
oschina-mirror
chinagtech-zouchuqu_crawler_app
chinagtech-zouchuqu_crawler_app
master