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

OSCHINA-MIRROR/madaigou-MagnetPlayer

Клонировать/Скачать
build.gradle 1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
guoqi Отправлено 30.11.2018 05:15 f704238
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.2.60'
ext.support_version = '28.0.0'
ext.anko_version='0.10.7'
repositories {
google()
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
maven { url "https://jitpack.io" }
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}

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

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

1
https://api.gitlife.ru/oschina-mirror/madaigou-MagnetPlayer.git
git@api.gitlife.ru:oschina-mirror/madaigou-MagnetPlayer.git
oschina-mirror
madaigou-MagnetPlayer
madaigou-MagnetPlayer
master