Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Apr 10, 2024
1 parent 381ebbe commit e2aa851
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 100 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/KMMBridge-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
permissions:
contents: write
packages: write
uses: touchlab/KMMBridge/.github/workflows/spmbuildpublish.yml@c539c1cedc8f1c9e2a4829221afc9d45a02c3145
uses: touchlab/KMMBridge/.github/workflows/spmbuildpublish.yml@kpg/kxcbridge
with:
jvmVersion: 17
versionBaseProperty: LIBRARY_VERSION
versionProperty: LIBRARY_VERSION
# secrets:
# PODSPEC_SSH_KEY: ${{ secrets.PODSPEC_SSH_KEY }}
97 changes: 0 additions & 97 deletions .github/workflows/spmbuildpublish.yml

This file was deleted.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ kotlin.code.style=official
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4g

LIBRARY_VERSION=0.1
LIBRARY_VERSION=0.1.0
GROUP=co.touchlab.kmmbridgekickstartskie

0 comments on commit e2aa851

Please sign in to comment.