Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 2bd8914

Browse files
committed
Move jcenter() dependency
1 parent 1208ae9 commit 2bd8914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/SFVehicles/SF Vehicles/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
buildscript {
22
repositories {
3-
jcenter()
43
mavenCentral()
54
}
65
dependencies {
@@ -10,6 +9,7 @@ buildscript {
109
apply plugin: 'com.android.application'
1110

1211
repositories {
12+
jcenter()
1313
mavenCentral()
1414
mavenLocal()
1515
}

0 commit comments

Comments
 (0)