Skip to content

Commit

Permalink
Merge pull request #56 from ajamaica/fix/name_of_artifact
Browse files Browse the repository at this point in the history
Fix/name of artifact
  • Loading branch information
ajamaica authored Jul 21, 2021
2 parents f89d610 + d477276 commit 3b27030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rxSolana/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'maven-publish'
}

group 'com.solana.rxsolana'
group 'com.solana'
version '1.0.0'

android {
Expand Down
4 changes: 2 additions & 2 deletions solana/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'maven-publish'
}

group 'com.solana.solana'
group 'com.solana'
version '1.0.0'

android {
Expand Down Expand Up @@ -52,7 +52,7 @@ dependencies {
publishing {
publications {
mavenJava(MavenPublication) {
artifact("$buildDir/outputs/aar/rxSolana-release.aar") {
artifact("$buildDir/outputs/aar/solana-release.aar") {
builtBy tasks.getByName("assemble")
}
artifactId 'solana'
Expand Down

0 comments on commit 3b27030

Please sign in to comment.