1 Star 0 Fork 0

Geory/mapbox-android-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
Kevin Li 提交于 2020-10-16 18:10 . Update firebase (#1387)
// Top-level build file which has configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.2.70'
apply from: "${rootDir}/gradle/dependencies.gradle"
repositories {
google()
jcenter()
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies {
classpath pluginDependencies.gradle
classpath pluginDependencies.firebasePerformance
classpath pluginDependencies.kotlin
classpath pluginDependencies.fabric
classpath pluginDependencies.googleServices
classpath pluginDependencies.kotlinLint
}
}
plugins {
id 'com.palantir.circle.style' version '1.1.2'
id 'com.github.triplet.play' version '2.0.0'
}
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local/' }
maven {
url 'https://api.mapbox.com/downloads/v2/releases/maven'
authentication {
basic(BasicAuthentication)
}
credentials {
username = "mapbox"
password = System.getenv("SDK_REGISTRY_TOKEN") ?: project.property("SDK_REGISTRY_TOKEN") as String
}
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
subprojects {
// apply plugin: 'idea'
apply from: "${rootDir}/gradle/dependencies.gradle"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/georyliu/mapbox-android-demo.git
git@gitee.com:georyliu/mapbox-android-demo.git
georyliu
mapbox-android-demo
mapbox-android-demo
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385