Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit dfff95c

Browse files
committed
Adding Google repo
1 parent f4355dd commit dfff95c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ System.setProperty("file.encoding", "UTF-8")
1111

1212
buildscript {
1313
repositories {
14+
google()
1415
jcenter()
1516
mavenCentral()
1617
maven { url 'https://jitpack.io' }
1718
maven { url "https://plugins.gradle.org/m2/" }
18-
google()
1919
}
2020
dependencies {
2121
classpath 'com.android.tools.build:gradle:3.1.0-beta4'
@@ -129,6 +129,7 @@ afterEvaluate { proj ->
129129

130130
dependencies {
131131
repositories {
132+
google()
132133
jcenter()
133134
maven { url "https://jitpack.io" }
134135
}

0 commit comments

Comments
 (0)