Skip to content

Commit 91f08f3

Browse files
authored
Add mavenCentral() repository to build.gradle
1 parent a095f74 commit 91f08f3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version '2.1.1'
44
buildscript {
55
repositories {
66
google()
7+
mavenCentral()
78
}
89

910
dependencies {
@@ -14,6 +15,7 @@ buildscript {
1415
rootProject.allprojects {
1516
repositories {
1617
google()
18+
mavenCentral()
1719
}
1820
}
1921

0 commit comments

Comments
 (0)