1 Star 0 Fork 0

MiHoo / CoordinatorLayout

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build.gradle 654 Bytes
Copy Edit Raw Blame History
596952633@qq.com authored 2017-10-27 18:01 . first commit
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
// classpath 'com.antfortune.freeline:gradle:0.8.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
apply from:"config.gradle"
1
https://gitee.com/Jdbc.dazy/CoordinatorLayoutExample.git
git@gitee.com:Jdbc.dazy/CoordinatorLayoutExample.git
Jdbc.dazy
CoordinatorLayoutExample
CoordinatorLayout
master

Search