1 Star 0 Fork 0

ExampleAndroid/ExampleAppBasic

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 618 Bytes
一键复制 编辑 原始数据 按行查看 历史
leoliu.spring 提交于 2019-07-12 18:05 +08:00 . A:Init Project
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
apply from: 'version.gradle'
addRepos(repositories)
dependencies {
classpath deps.android_gradle_plugin
classpath deps.kotlin.plugin
classpath deps.navigation.safe_args_plugin
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
repositories {
google()
}
}
allprojects {
addRepos(repositories)
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/ExampleAndroid/ExampleAppBasic.git
git@gitee.com:ExampleAndroid/ExampleAppBasic.git
ExampleAndroid
ExampleAppBasic
ExampleAppBasic
master

搜索帮助