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

OSCHINA-MIRROR/gis-luq-RuntimeViewer

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
build.gradle 991 Байт
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
菠萝蜜哈哈果 Отправлено 26.01.2021 11:10 315589a
// 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.1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
//自定义编译输出路径
// buildDir = "C:/Android_Tmp_data/${rootProject.name}/${project.name}"
final def var = repositories {
google()
jcenter()
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
}
var
}
subprojects{
afterEvaluate {project ->
if(project.hasProperty("dependencies")){
dependencies {
implementation "com.esri.arcgisruntime:arcgis-android:100.9.0"
}
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
repositories {
google()
}

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

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

1
https://api.gitlife.ru/oschina-mirror/gis-luq-RuntimeViewer.git
git@api.gitlife.ru:oschina-mirror/gis-luq-RuntimeViewer.git
oschina-mirror
gis-luq-RuntimeViewer
gis-luq-RuntimeViewer
master