Skip to content

Commit 4a3d07b

Browse files
Update build.gradle (#104)
Issue with the Spotless plugin due to the jCenter repository being sunsetted. so remove the JCenter() from gradle.build
1 parent bbc7d75 commit 4a3d07b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 2 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 {
@@ -59,7 +59,6 @@ android {
5959

6060
repositories {
6161
google()
62-
jcenter()
6362
mavenCentral()
6463
}
6564

0 commit comments

Comments
 (0)