当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 14

yangmain / Component
暂停

forked from xiaojinziCoder / Component 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 876 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaojinziCoder 提交于 2019-06-08 22:20 . 升级 android gradle 插件
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply from: "dependencies.gradle"
ext {
component_group_id = "com.xiaojinzi"
isDependMavenOnline = "false"
mavenServerUrl = "http://xiaojinzi.tpddns.cn:18081/repository/maven-releases/"
}
buildscript {
ext.kotlin_version = '1.3.30'
repositories {
google()
jcenter()
}
dependencies {
classpath "com.github.dcendents:android-maven-gradle-plugin:2.1"
classpath 'com.android.tools.build:gradle:3.5.0-beta04'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects {
repositories {
// 公司私有的maven服务器
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/yangsir/Component.git
git@gitee.com:yangsir/Component.git
yangsir
Component
Component
master

搜索帮助