We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a2ef7 commit cf9def0Copy full SHA for cf9def0
build.gradle
@@ -1,9 +1,15 @@
1
-plugins {
2
- id 'com.android.application' version '8.0.2' apply false
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+buildscript {
3
+ repositories {
4
+ google()
5
+ mavenCentral()
6
+ }
7
+ dependencies {
8
+ classpath 'com.android.tools.build:gradle:8.0.2'
9
10
}
11
-dependencyResolutionManagement {
- repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
12
+allprojects {
13
repositories {
14
google()
15
mavenCentral()
0 commit comments