1 Star 1 Fork 0

flypig/arcgis-runtime-samples-android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 741 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dan O'Neill 提交于 2017-05-17 10:33 . update gradle plugin & support lib
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
}
}
allprojects {
final def var = repositories {
jcenter()
maven{ url 'https://esri.bintray.com/arcgis' }
}
var
}
ext {
compileSdkVersion = 25
buildToolsVersion = "25.0.0"
}
subprojects{
afterEvaluate {project ->
if(project.hasProperty("dependencies")){
dependencies {
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.esri.arcgisruntime:arcgis-android:100.0.0'
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/unruledboy/arcgis-runtime-samples-android.git
[email protected]:unruledboy/arcgis-runtime-samples-android.git
unruledboy
arcgis-runtime-samples-android
arcgis-runtime-samples-android
master

搜索帮助