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

OSCHINA-MIRROR/li_yu_jiang-relight

Клонировать/Скачать
build.gradle 810
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
ittianyu Отправлено 03.02.2019 16:15 e97dc5e
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // Add this line
}
}
allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
google()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
ext {
lifecycle_version = "1.1.1"
support_version='28.0.0'
minSdkVersion = 17
targetSdkVersion = 28
compileSdkVersion = 28
}

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

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

1
https://api.gitlife.ru/oschina-mirror/li_yu_jiang-relight.git
git@api.gitlife.ru:oschina-mirror/li_yu_jiang-relight.git
oschina-mirror
li_yu_jiang-relight
li_yu_jiang-relight
master