Skip to content

Commit

Permalink
add artifact dir
Browse files Browse the repository at this point in the history
  • Loading branch information
darwinmorocho-deuna committed Aug 9, 2024
1 parent a51058f commit 7b85154
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {
id 'signing'
}

group = 'com.github.darwinmorocho-deuna'


android {
namespace 'com.deuna.maven'
Expand Down Expand Up @@ -54,12 +56,11 @@ dependencies {
afterEvaluate {
publishing {
publications {
maven(MavenPublication) {
release(MavenPublication) {
from components.release
groupId 'com.github.darwinmorocho-deuna'
artifactId 'deunasdk'
version '2.5.0-beta3'
artifact("$buildDir/outputs/aar/deuna-sdk-android-release.aar")
version '2.5.0-beta4'
}
}
}
Expand Down

0 comments on commit 7b85154

Please sign in to comment.