Skip to content

Commit

Permalink
changed groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
aristotelism committed May 6, 2021
1 parent d3a39a5 commit cb18176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
maven { url "https://jitpack.io" }
}

group = 'com.github.aristotelism'
group = 'com.synons'
version = '1.0'

android {
Expand Down Expand Up @@ -52,7 +52,7 @@ afterEvaluate {
// Creates a Maven publication called "release".
release(MavenPublication) {
from components.release
groupId = 'com.github.aristotelism'
groupId = 'com.synons'
artifactId = 'android-example'
version = '1.0'
}
Expand Down

0 comments on commit cb18176

Please sign in to comment.