Skip to content

Commit b48289d

Browse files
committed
modify the build file
1 parent aa57579 commit b48289d

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

android-videostreamdecodingsample/build.gradle

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22

33
buildscript {
44
repositories {
5+
google()
56
jcenter()
6-
maven {
7-
url 'https://maven.google.com/'
8-
name 'Google'
9-
}
107
}
118
dependencies {
129
classpath 'com.android.tools.build:gradle:3.1.3'
@@ -15,7 +12,13 @@ buildscript {
1512
// in the individual module build.gradle files
1613
}
1714
}
15+
allprojects {
16+
repositories {
17+
google()
18+
jcenter()
1819

20+
}
21+
}
1922
task clean(type: Delete) {
2023
delete rootProject.buildDir
2124
}

0 commit comments

Comments
 (0)