Adding in the android studio project

This commit is contained in:
Lucas Oskorep
2019-04-14 18:58:34 -05:00
parent ef71399199
commit d3aac99da9
36 changed files with 2603 additions and 2 deletions
+24
View File
@@ -0,0 +1,24 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.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
}