We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb98c2 commit a71abc4Copy full SHA for a71abc4
build.gradle
@@ -18,7 +18,7 @@ allprojects {
18
repositories {
19
mavenCentral()
20
maven {
21
- url "https://maven.google.com"
+ url "https://jitpack.io"
22
}
23
24
debugoverlay/build.gradle
@@ -36,15 +36,6 @@ dependencies {
36
implementation "com.android.support:support-core-utils:${supportLibraryVersion}"
37
implementation "com.android.support:support-annotations:${supportLibraryVersion}"
38
39
-afterEvaluate {
40
- publishing {
41
- publications {
42
- release(MavenPublication) {
43
- groupId = 'com.github.AlticeLabsProjects'
44
- }
45
46
47
-}
48
49
afterEvaluate {
50
publishing {
0 commit comments