Skip to content
Snippets Groups Projects
Commit a5d350a5 authored by jinwoo yoo's avatar jinwoo yoo
Browse files

Upload New File

parent ec66d731
No related branches found
No related tags found
No related merge requests found
Pipeline #5105 failed
// 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.3'
// 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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment