Skip to content

Commit a71abc4

Browse files
updated gradle
1 parent 4bb98c2 commit a71abc4

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ allprojects {
1818
repositories {
1919
mavenCentral()
2020
maven {
21-
url "https://maven.google.com"
21+
url "https://jitpack.io"
2222
}
2323
}
2424

debugoverlay/build.gradle

-9
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@ dependencies {
3636
implementation "com.android.support:support-core-utils:${supportLibraryVersion}"
3737
implementation "com.android.support:support-annotations:${supportLibraryVersion}"
3838
}
39-
afterEvaluate {
40-
publishing {
41-
publications {
42-
release(MavenPublication) {
43-
groupId = 'com.github.AlticeLabsProjects'
44-
}
45-
}
46-
}
47-
}
4839

4940
afterEvaluate {
5041
publishing {

0 commit comments

Comments
 (0)