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 888c083 commit 1ec69d1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-with-kmm-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
versionBaseProperty: versionBaseProperty # Example version
jvmVersion: 17 # Optional
retainBuildBranch: true # Optional
publishTask: kmmBridgePublish publishKotlinMultiplatformPublicationToGitHubPackagesRepository publishAndroidDebugPublicationToGitHubPackagesRepository publishAndroidReleasePublicationToGitHubPackagesRepository
secrets:
# Provide secrets here if the external workflow requires them
netrcUsername: ${{ secrets.NETRC_USERNAME }}
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.5
versionBaseProperty = 0.6
#MPP
kotlin.mpp.enableCInteropCommonization=true
4 changes: 2 additions & 2 deletions iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- shared (0.0.5)
- shared (0.6)

DEPENDENCIES:
- shared (from `../shared`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../shared"

SPEC CHECKSUMS:
shared: 455893a1cf867d8a5dc5c386c4e70ab0337a8c16
shared: 8cf72fda7eda316a80be7c34a41809d0bb152bc1

PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756

Expand Down
2 changes: 1 addition & 1 deletion iosApp/Pods/Local Podspecs/shared.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions iosApp/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ kotlin {
cocoapods {
summary = "Janus-message-sdk"
homepage = "Janus Message SDK to be used for both Android and iOS"
version = "0.0.5"
version = "0.6"
authors = "{ 'Telnyx' => '[email protected]' }"
ios.deploymentTarget = "14.1"
podfile = project.file("../iosApp/Podfile")
Expand Down
2 changes: 1 addition & 1 deletion shared/shared.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'shared'
spec.version = '0.0.5'
spec.version = '0.6'
spec.homepage = 'Janus Message SDK to be used for both Android and iOS'
spec.source = { :http=> ''}
spec.authors = { 'Telnyx' => '[email protected]' }
Expand Down

0 comments on commit 1ec69d1

Please sign in to comment.