Skip to content

Commit

Permalink
Add android publishing and version 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Apr 29, 2024
1 parent adc7bec commit 140d115
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/KMMBridge-Android-iOS-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: KMMBridge Android and iOS Publish
on:
workflow_dispatch:
jobs:
call-kmmbridge-publish:
permissions:
contents: write
packages: write
uses: touchlab/KMMBridge/.github/workflows/spmbuildpublish.yml@kpg/kmmbridge-1.0
with:
jvmVersion: 17
publishTask: kmmBridgePublish publishKotlinMultiplatformPublicationToGitHubPackagesRepository publishAndroidDebugPublicationToGitHubPackagesRepository publishAndroidReleasePublicationToGitHubPackagesRepository
versionProperty: LIBRARY_VERSION
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.14
LIBRARY_VERSION=0.1.15
GROUP=co.touchlab-lab.releasetest

0 comments on commit 140d115

Please sign in to comment.