We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8071fe0 commit 0207386Copy full SHA for 0207386
settings.gradle
@@ -2,7 +2,7 @@ pluginManagement {
2
repositories {
3
google()
4
mavenCentral()
5
- maven { url 'https://jitpack.io' }
+ maven { url = 'https://jitpack.io' }
6
}
7
8
@@ -11,7 +11,7 @@ dependencyResolutionManagement {
11
12
13
14
15
16
17
0 commit comments