| 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 |
| } |
| } |