Skip to content

Commit b2a5cb9

Browse files
updated gradle
1 parent a71abc4 commit b2a5cb9

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

build.gradle

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

debugoverlay/build.gradle

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ dependencies {
3737
implementation "com.android.support:support-annotations:${supportLibraryVersion}"
3838
}
3939

40-
afterEvaluate {
41-
publishing {
42-
publications {
43-
release(MavenPublication) {
44-
version = android.defaultConfig.versionName
45-
}
40+
publishing {
41+
publications {
42+
release(MavenPublication) {
43+
groupId = 'com.github.AlticeLabsProjects'
44+
artifactId = 'DebugOverlay-Android'
45+
version = '0.0.0'
46+
4647
}
4748
}
4849
}

jitpack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
jdk:
2-
- openjdk11
2+
- openjdk11
3+
- mvn install

0 commit comments

Comments
 (0)