Skip to content

Commit 85627b7

Browse files
author
Robert Henigan
authored
Merge pull request #25 from SmartDeviceLink-Examples/updates_5.3
Updates 5.3
2 parents 7bb023d + 4bea247 commit 85627b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

MobileWeather/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ buildscript {
44

55
repositories {
66
google()
7-
jcenter()
7+
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:4.1.0'
10+
classpath 'com.android.tools.build:gradle:4.1.1'
1111

1212

1313
// NOTE: Do not place your application dependencies here; they belong
@@ -18,7 +18,6 @@ buildscript {
1818
allprojects {
1919
repositories {
2020
google()
21-
jcenter()
2221
mavenCentral()
2322
}
2423
}

0 commit comments

Comments
 (0)