1 Star 0 Fork 64

steven.mo / XPush

forked from xuexiangjys / XPush 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 497 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuexiangjys 提交于 2019-09-20 18:13 . 新增信鸽推送
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
apply from: './versions.gradle'
addRepos(repositories) //增加代码仓库
dependencies {
classpath deps.android_gradle_plugin
classpath deps.android_maven_gradle_plugin
classpath 'com.github.xuexiangjys.XAOP:xaop-plugin:1.0.5'
}
}
allprojects {
addRepos(repositories)
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/steven.mo/XPush.git
git@gitee.com:steven.mo/XPush.git
steven.mo
XPush
XPush
master

搜索帮助