diff --git a/telnyx_rtc/build.gradle b/telnyx_rtc/build.gradle index e67a75d6..1c41c814 100644 --- a/telnyx_rtc/build.gradle +++ b/telnyx_rtc/build.gradle @@ -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') @@ -273,4 +275,4 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' -} \ No newline at end of file +}