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 87b2f29 commit 88414f3Copy full SHA for 88414f3
build.gradle
@@ -31,7 +31,8 @@ buildscript {
31
}
32
33
repositories {
34
- jcenter()
+ gradlePluginPortal()
35
+ mavenCentral()
36
37
38
dependencies {
lib/build.gradle
@@ -2,7 +2,7 @@ apply plugin: "kotlin"
2
apply plugin: 'maven'
3
4
5
6
maven { url 'https://jitpack.io' }
7
8
0 commit comments