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

紫月墨雪 / ZdDemo
暂停

forked from 咚咚 / android_ basics 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 902 Bytes
一键复制 编辑 原始数据 按行查看 历史
niudong 提交于 2020-05-20 14:41 . H5
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' //增加这一句
classpath 'me.tatarka:gradle-retrolambda:3.2.4'//支持;lambda
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // Add this line
classpath 'org.aspectj:aspectjtools:1.8.12'
}
}
allprojects {
repositories {
maven { url "https://jitpack.io" }
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/ziyuemoxue/ZdDemo.git
git@gitee.com:ziyuemoxue/ZdDemo.git
ziyuemoxue
ZdDemo
ZdDemo
master

搜索帮助