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

OSCHINA-MIRROR/deali-MinimalPoem

Клонировать/Скачать
build.gradle 1.3 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
DealiAxy Отправлено 10.02.2020 13:21 cf602ce
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
// google()
// jcenter()
// mavenCentral() // add repository
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'http://maven.aliyun.com/nexus/content/groups/public' }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.jakewharton:butterknife-gradle-plugin:9.0.0-rc2'
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2' // GreenDao
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
// google()
// jcenter()
// maven {
// url 'http://www.idescout.com/maven/repo/'
// name 'IDEScout, Inc.'
// }
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'http://maven.aliyun.com/nexus/content/groups/public' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}

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

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

1
https://api.gitlife.ru/oschina-mirror/deali-MinimalPoem.git
git@api.gitlife.ru:oschina-mirror/deali-MinimalPoem.git
oschina-mirror
deali-MinimalPoem
deali-MinimalPoem
master