blob: 0afad7582d3c467901ee9fc15d8dbe615047376a [file] [log] [blame]
rootProject.buildscript {
rootProject.ext.latestCompileSdk = 34
rootProject.ext.buildToolsVersion = "30.0.2"
}
buildscript {
repositories {
// This will be populated by AndroidGradleTestCase
}
dependencies {
classpath 'com.android.tools.build:gradle:+'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:+"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
// This will be populated by AndroidGradleTestCase
}
}