Skip to content

Commit 44b44c7

Browse files
committed
fix: add google repo
1 parent 6e19671 commit 44b44c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
buildscript {
44
repositories {
55
jcenter()
6+
google()
67
}
78
dependencies {
89
classpath 'com.android.tools.build:gradle:3.0.0-alpha5'
@@ -15,6 +16,7 @@ buildscript {
1516
allprojects {
1617
repositories {
1718
jcenter()
19+
google()
1820
maven { url 'https://jitpack.io' }
1921
}
2022
}

0 commit comments

Comments
 (0)