Skip to content

Commit 5cd494e

Browse files
author
Cleber Henriques
committed
updating repositories
1 parent 2c4e397 commit 5cd494e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
repositories {
4+
google()
45
jcenter()
56
}
67
dependencies {
@@ -16,7 +17,7 @@ allprojects {
1617
version = VERSION_NAME
1718
group = GROUP
1819

19-
repositories {
20+
repositories {w
2021
jcenter()
2122
maven { url 'https://oss.sonatype.org/content/groups/public' }
2223
}

0 commit comments

Comments
 (0)