Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Fix gradle build failure by swapping jcenter() and google()
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazel Guo committed Dec 17, 2018
1 parent b8ba905 commit e3d796e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
Expand All @@ -28,8 +28,8 @@ buildscript {

allprojects {
repositories {
jcenter()
google()
jcenter()
}
}

Expand Down

0 comments on commit e3d796e

Please sign in to comment.