Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] Fix order in which repos are being synced (#13202)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlee authored Oct 26, 2018
1 parent add7e3b commit da2685d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ buildscript {
apply from: "${rootDir}/gradle/dependencies.gradle"

repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
Expand All @@ -15,8 +15,8 @@ buildscript {
allprojects {
repositories {
mavenCentral()
jcenter()
google()
jcenter()
// Snapshot repository
//maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
}
Expand Down

0 comments on commit da2685d

Please sign in to comment.