File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
33 google()
4- jcenter ()
4+ mavenCentral ()
55 }
66
77 dependencies {
@@ -13,7 +13,7 @@ buildscript {
1313allprojects {
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 }
You can’t perform that action at this time.
0 commit comments