Skip to content

Commit c56702a

Browse files
committed
updateRepositories
1 parent 67257cd commit c56702a

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ plugins {
2121

2222
// Dependency providers to fetch from
2323
repositories {
24-
// Use maven central to resolve dependencies
24+
google()
25+
gradlePluginPortal()
2526
mavenCentral()
2627

27-
// Use jcenter as an alternative
28-
jcenter()
29-
3028
// You can declare any other Maven/Ivy/file repository here.
3129
}
3230

0 commit comments

Comments
 (0)