3c06063153
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
21 lines
436 B
Text
21 lines
436 B
Text
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
buildscript {
|
|
repositories {
|
|
google()
|
|
jcenter()
|
|
mavenCentral()
|
|
}
|
|
dependencies {
|
|
classpath("com.android.tools.build:gradle:3.2.1")
|
|
classpath(kotlin("gradle-plugin", "1.2.71"))
|
|
}
|
|
}
|
|
|
|
allprojects {
|
|
repositories {
|
|
google()
|
|
jcenter()
|
|
mavenCentral()
|
|
}
|
|
}
|