安卓代码初始化

This commit is contained in:
limqhz
2020-06-21 10:26:17 +08:00
parent 8cce7a7282
commit 98d750b5f6
94 changed files with 5564 additions and 37 deletions

25
build.gradle Normal file
View File

@@ -0,0 +1,25 @@
// 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.1.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}