This repository was archived by the owner on Mar 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ name : iOS
2+
3+ on :
4+ push :
5+ branches : [ master ]
6+
7+ jobs :
8+ Publish :
9+ uses : touchlab/KMMBridgeGithubWorkflow/.github/workflows/faktorybuildbranches.yml@v0.6
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ plugins {
44 kotlin(" multiplatform" )
55 id(" com.android.library" )
66 id(" org.jetbrains.compose" )
7+ id(" com.vanniktech.maven.publish.base" )
78}
89
910group = " com.dropbox.componentbox"
@@ -29,4 +30,9 @@ android {
2930 val minSdk = libs.versions.android.min.sdk.get()
3031 compileSdk = minSdk.toInt()
3132 sourceSets[" main" ].manifest.srcFile(" src/androidMain/AndroidManifest.xml" )
33+ }
34+
35+ mavenPublishing {
36+ publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost .S01 )
37+ signAllPublications()
3238}
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ plugins {
44 kotlin(" multiplatform" )
55 id(" com.android.library" )
66 id(" org.jetbrains.compose" )
7+ id(" com.vanniktech.maven.publish.base" )
78}
89
910group = " com.dropbox.componentbox"
@@ -30,4 +31,9 @@ android {
3031 val minSdk = libs.versions.android.min.sdk.get()
3132 compileSdk = minSdk.toInt()
3233 sourceSets[" main" ].manifest.srcFile(" src/androidMain/AndroidManifest.xml" )
34+ }
35+
36+ mavenPublishing {
37+ publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost .S01 )
38+ signAllPublications()
3339}
You can’t perform that action at this time.
0 commit comments