Skip to content

Commit 0207386

Browse files
Update settings.gradle
1 parent 8071fe0 commit 0207386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pluginManagement {
22
repositories {
33
google()
44
mavenCentral()
5-
maven { url 'https://jitpack.io' }
5+
maven { url = 'https://jitpack.io' }
66
}
77
}
88

@@ -11,7 +11,7 @@ dependencyResolutionManagement {
1111
repositories {
1212
google()
1313
mavenCentral()
14-
maven { url 'https://jitpack.io' }
14+
maven { url = 'https://jitpack.io' }
1515
}
1616
}
1717

0 commit comments

Comments
 (0)