Skip to content

Commit

Permalink
Update WorkFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacakakpo1 committed Mar 8, 2024
1 parent c77695c commit f39b8d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-with-kmm-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
uses: touchlab/KMMBridgeGithubWorkflow/.github/workflows/faktorybuildautoversion.yml@main
with:
# Provide inputs here if the external workflow requires them
versionBaseProperty: "0.0.5" # Required
versionBaseProperty: '0.0.4' # Example version
jvmVersion: '17' # Optional
netrcMachine: 'maven.pkg.github.com'
module: 'JanusSdpClient'
retainBuildBranch: true # Optional
secrets:
# Provide secrets here if the external workflow requires them
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ kotlin.code.style=official
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true

versionBaseProperty = "0.0.4"
#MPP
kotlin.mpp.enableCInteropCommonization=true
4 changes: 3 additions & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@ publishing {
groupId = "com.telnyx"
artifactId = this@Build_gradle.getArtifactId()
version = getVersionName()
artifact("$buildDir/outputs/aar/${this@Build_gradle.getArtifactId()}-${getVersionName()}-release.aar")
//artifact("$buildDir/outputs/aar/${this@Build_gradle.getArtifactId()}-${getVersionName()}-release.aar")
artifact(tasks["sourceJar"])
artifact("$buildDir/outputs/aar/${project.getName()}-release.aar")

}
pom {
}
Expand Down

0 comments on commit f39b8d2

Please sign in to comment.