Skip to content

Commit a413a84

Browse files
chore: Replace jcenter with mavenCentral (#3156)
Co-authored-by: Erica Eaton <[email protected]>
1 parent 17e0ca8 commit a413a84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
repositories {
33
google()
4-
jcenter()
4+
mavenCentral()
55
}
66

77
dependencies {
@@ -13,7 +13,7 @@ buildscript {
1313
allprojects {
1414
repositories {
1515
google()
16-
jcenter()
16+
mavenCentral()
1717
}
1818
}
1919

@@ -33,7 +33,7 @@ private void configureAndroidLibrary(Project project) {
3333
versionName rootProject.findProperty('VERSION_NAME')
3434
if (project.hasProperty('signingKeyId')) {
3535
System.out.println("Getting signing info from protected source.")
36-
project.ext.'signing.keyId' = findProperty('signingKeyId')
36+
project.ext.'signing.keyId' = findProperty('signingKeyId')
3737
project.ext.'signing.password' = findProperty('signingPassword')
3838
project.ext.'signing.inMemoryKey' = findProperty('signingInMemoryKey')
3939
}

0 commit comments

Comments
 (0)