Skip to content

Commit 4766102

Browse files
added google repo
1 parent fb9a140 commit 4766102

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

youtube-android/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ buildscript {
1919
allprojects {
2020
repositories {
2121
jcenter()
22-
maven {
23-
url 'https://maven.google.com/'
24-
name 'Google'
25-
}
22+
google()
23+
maven { url "https://jitpack.io" }
2624
}
2725
}
2826

youtube-android/inline-youtube-view/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ buildscript {
2929
repositories {
3030
jcenter()
3131
mavenCentral()
32+
google()
3233
maven { url sdkDir + '/extras/android/m2repository/' }
3334
}
3435
dependencies {

0 commit comments

Comments
 (0)