Skip to content

Commit dfc3b5a

Browse files
authored
Remove JCenter references from repo. (#3713)
1 parent ff81450 commit dfc3b5a

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ buildscript {
2626
maven {
2727
url 'https://storage.googleapis.com/android-ci/mvn/'
2828
}
29-
jcenter()
29+
3030
}
3131

3232
dependencies {
@@ -74,10 +74,10 @@ configure(subprojects) {
7474
repositories {
7575
google()
7676
mavenLocal()
77+
mavenCentral()
7778
maven {
7879
url 'https://storage.googleapis.com/android-ci/mvn/'
7980
}
80-
jcenter()
8181
}
8282

8383
apply plugin: "org.jlleitschuh.gradle.ktlint"

buildSrc/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ repositories {
2323
maven {
2424
url 'https://maven.google.com/'
2525
}
26-
jcenter()
2726
mavenCentral()
2827

2928
maven {

encoders/protoc-gen-firebase-encoders/protoc-gen-firebase-encoders.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jar {
3131
}
3232

3333
dependencies {
34-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72"
34+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
3535

3636
implementation "com.google.protobuf:protobuf-java:3.14.0"
3737
implementation 'com.squareup:javapoet:1.13.0'

health-metrics/apk-size/apk-size.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616

1717
repositories {
1818
google()
19-
jcenter()
19+
mavenCentral()
2020

2121
}
2222
dependencies {

health-metrics/apk-size/app/configure.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
url '../../../build/m2repository/'
1919
}
2020
google()
21-
jcenter()
21+
mavenCentral()
2222
}
2323

2424
if (project.hasProperty('sdks')) {

0 commit comments

Comments
 (0)