Skip to content

Commit

Permalink
Gradle id change
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Sep 22, 2023
1 parent f0da131 commit a592c26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions allshared/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
kotlin("multiplatform")
id("co.touchlab.faktory.kmmbridge")
id("co.touchlab.kmmbridge")
id("co.touchlab.skie")
`maven-publish`
}
Expand Down Expand Up @@ -36,6 +36,5 @@ addGithubPackagesRepository()
kmmbridge {
mavenPublishArtifacts()
spm()

// cocoapods("[email protected]:touchlab/PodSpecs.git")
}
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
kotlin("multiplatform") version libs.versions.kotlin.get() apply false
kotlin("plugin.serialization") version libs.versions.kotlin.get() apply false
id("com.android.library") version libs.versions.android.gradle.plugin.get() apply false
id("co.touchlab.faktory.kmmbridge") version libs.versions.kmmBridge.get() apply false
id("co.touchlab.kmmbridge") version libs.versions.kmmBridge.get() apply false
id("app.cash.sqldelight") version libs.versions.sqlDelight.get() apply false
id("co.touchlab.skie") version libs.versions.skie.get() apply false
}
Expand All @@ -11,6 +11,7 @@ allprojects {
repositories {
google()
mavenCentral()
maven("https://oss.sonatype.org/content/repositories/snapshots")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compileSdk = "34"

# Dependencies
kotlin = "1.9.10"
kmmBridge = "0.5.1-alpha2"
kmmBridge = "0.5.0-SNAPSHOT"
android-gradle-plugin = "8.1.0"
coroutines = "1.7.3"
kotlinx-datetime = "0.4.0"
Expand Down

0 comments on commit a592c26

Please sign in to comment.