Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 8e757ce

Browse files
Build error "Could not find common.jar (android.arch.core:common:1.0.0)" #34
1 parent 058bf79 commit 8e757ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publish/scripts/installer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,11 +529,11 @@ android {
529529
}
530530
531531
repositories {
532-
jcenter()
533532
mavenCentral()
534533
maven {
535534
url "https://maven.google.com"
536535
}
536+
jcenter()
537537
}
538538
539539
def supportVersion = project.hasProperty("supportVersion") ? project.supportVersion : "26.0.0"

0 commit comments

Comments
 (0)