Skip to content

Commit

Permalink
Use snapshot kmmbridge
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Aug 27, 2024
1 parent 60cf17a commit 2c578f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.2
LIBRARY_VERSION=0.1.3
GROUP=co.touchlab.kmmbridgespmquickstart
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.23"
kmmBridge = "1.0.0-alpha1"
kmmBridge = "1.0.5-SNAPSHOT"
android-gradle-plugin = "8.2.0"
coroutines = "1.8.0"
kotlinx-datetime = "0.5.0"
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginManagement {
google()
gradlePluginPortal()
mavenCentral()
mavenLocal()
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
}
}

Expand All @@ -12,7 +12,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
mavenLocal()
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
}
}

Expand Down

0 comments on commit 2c578f1

Please sign in to comment.