rename dir

This commit is contained in:
pengfei.zhou
2019-12-21 21:56:43 +08:00
parent 1d40c1e1e0
commit 6b68d8472c
67 changed files with 0 additions and 32 deletions

View File

@@ -0,0 +1,29 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
maven {
url "https://dl.bintray.com/osborn/Android"
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}