Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 9e0c6d7

Browse files
authored
Merge pull request #2 from DutchCodingCompany/fix/replace-jcenter
Replaced jcenter with mavenCentral
2 parents 60ce433 + 878c705 commit 9e0c6d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
ext.kotlin_version = '1.3.50'
66
repositories {
77
google()
8-
jcenter()
8+
mavenCentral()
99
}
1010

1111
dependencies {
@@ -17,7 +17,7 @@ buildscript {
1717
rootProject.allprojects {
1818
repositories {
1919
google()
20-
jcenter()
20+
mavenCentral()
2121
}
2222
}
2323

example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
ext.kotlin_version = '1.3.50'
33
repositories {
44
google()
5-
jcenter()
5+
mavenCentral()
66
}
77

88
dependencies {
@@ -14,7 +14,7 @@ buildscript {
1414
allprojects {
1515
repositories {
1616
google()
17-
jcenter()
17+
mavenCentral()
1818
}
1919
}
2020

0 commit comments

Comments
 (0)