Skip to content

Commit

Permalink
Update JVM Version
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacakakpo1 committed Mar 7, 2024
1 parent ff58819 commit f79bcc9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 149 deletions.
148 changes: 0 additions & 148 deletions .github/workflows/deploy-job.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/deploy-with-kmm-bridge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Deploy WIth KMM Bridge Github Workflow


on: [push, pull_request] # or any other event

# Jobs : https://github.com/touchlab/KMMBridgeGithubWorkflow/blob/main/.github/workflows/faktorybuildautoversion.yml
permissions:
contents: write
packages: write

jobs:
call-external-workflow:
uses: touchlab/KMMBridgeGithubWorkflow/.github/workflows/faktorybuildautoversion.yml@main
with:
# Provide inputs here if the external workflow requires them
description: 'Deploying with KMM Bridge' # Optional
secrets:
# Provide secrets here if the external workflow requires them
netrcUsername: ${{ secrets.NETRC_USERNAME }}
netrcPassword: ${{ secrets.NETRC_PASSWORD }}
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ android {


fun getVersionName(): String {
return "0.0.1-alpha" // Replace with version Name
return "0.0.2-alpha" // Replace with version Name
}

fun getArtifactId(): String {
Expand Down

0 comments on commit f79bcc9

Please sign in to comment.