5 Star 60 Fork 26

咚咚 / android_ basics

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 902 Bytes
一键复制 编辑 原始数据 按行查看 历史
niudong 提交于 2020-08-07 11:26 . 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.4.2'
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/NiuDong/ZdDemo.git
git@gitee.com:NiuDong/ZdDemo.git
NiuDong
ZdDemo
android_ basics
master

搜索帮助