Repo created
This commit is contained in:
parent
cc5fdc9b3a
commit
1ab535ea8c
589 changed files with 130568 additions and 0 deletions
17
build.gradle
Normal file
17
build.gradle
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:8.7.3'
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue