Skip to content

Commit 29c2d11

Browse files
authored
Update build.gradle
1 parent 4c5506f commit 29c2d11

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

build.gradle

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
buildscript {
2-
repositories {
3-
google()
4-
mavenCentral()
5-
}
6-
dependencies {
7-
classpath 'com.android.tools.build:gradle:8.0.2'
8-
}
1+
plugins {
2+
id 'com.android.application' version '8.0.2' apply false
93
}
104

11-
allprojects {
5+
dependencyResolutionManagement {
6+
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
127
repositories {
138
google()
149
mavenCentral()

0 commit comments

Comments
 (0)