Skip to content

Commit

Permalink
Change ArtifactId for JitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
manalkaff committed Aug 31, 2022
1 parent 4163ec1 commit 7f54d8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions JetStick/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.github.manalkaff'
version = '1.1'
version = '1.2'

android {
namespace 'com.manalkaff.jetstick'
Expand Down Expand Up @@ -44,8 +44,8 @@ publishing {
publications {
maven(MavenPublication) {
groupId = 'com.github.manalkaff'
artifactId = 'jetstick'
version = '1.1'
artifactId = 'JetStick'
version = '1.2'
artifact("$buildDir/outputs/aar/${artifactId}-release.aar")

pom {
Expand Down

0 comments on commit 7f54d8c

Please sign in to comment.