Skip to content

Commit

Permalink
chore: build aar by assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Zimmerman authored Aug 2, 2022
1 parent 22766ea commit 2e6bcc6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions telnyx_rtc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ publishing {
groupId 'com.telnyx.webrtc.sdk.telnyx_rtc'
artifactId getArtifactId()
version getVersionName()
artifact("$buildDir/outputs/aar/${getArtifactId()}-release.aar")
artifact("$buildDir/outputs/aar/${getArtifactId()}-release.aar") {
builtBy assemble
}
artifact(sourceJar)
pom.withXml {
final dependenciesNode = asNode().appendNode('dependencies')
Expand Down Expand Up @@ -273,4 +275,4 @@ dependencies {

androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
}

0 comments on commit 2e6bcc6

Please sign in to comment.