1 Star 0 Fork 583

jackhome / Android-ZBLibrary

forked from TommyLemon / Android-ZBLibrary 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build.gradle 707 Bytes
Copy Edit Raw Blame History
TommyLemon authored 2018-12-02 18:20 . 优化配置
// 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'
}
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/jackhome/Android-ZBLibrary.git
git@gitee.com:jackhome/Android-ZBLibrary.git
jackhome
Android-ZBLibrary
Android-ZBLibrary
master

Search