We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa57579 commit b48289dCopy full SHA for b48289d
1 file changed
android-videostreamdecodingsample/build.gradle
@@ -2,11 +2,8 @@
2
3
buildscript {
4
repositories {
5
+ google()
6
jcenter()
- maven {
7
- url 'https://maven.google.com/'
8
- name 'Google'
9
- }
10
}
11
dependencies {
12
classpath 'com.android.tools.build:gradle:3.1.3'
@@ -15,7 +12,13 @@ buildscript {
15
// in the individual module build.gradle files
16
13
17
14
+allprojects {
+ repositories {
18
+ jcenter()
19
20
+ }
21
+}
22
task clean(type: Delete) {
23
delete rootProject.buildDir
24
0 commit comments