Skip to content

Commit

Permalink
bump version, code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoankit committed Apr 9, 2024
1 parent 76ecc7d commit 46f9df9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions demo/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation(libs.compose.coachmark)
// implementation(project(":coachmark"))
// implementation(libs.compose.coachmark)
implementation(project(":coachmark"))
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.material3)
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ compileSdk = "34"
targetSdk = "34"

[libraries]
compose-coachmark = "io.github.pseudoankit:coachmark:1.8.0"
compose-coachmark = "io.github.pseudoankit:coachmark:2.0.3"
compose-lint = "com.slack.lint.compose:compose-lint-checks:1.3.1"

gradle-publish = "io.github.gradle-nexus.publish-plugin:io.github.gradle-nexus.publish-plugin.gradle.plugin:2.0.0-rc-1"
Expand All @@ -18,4 +18,4 @@ android-app = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
compose-multiplatform = { id = "org.jetbrains.compose", version = "1.6.0-rc02" }
compose-multiplatform = { id = "org.jetbrains.compose", version = "1.6.0" }
4 changes: 0 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ dependencyResolutionManagement {
}
}

//plugins {
// id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
//}

rootProject.name = "coachmark"

include(":demo:android")
Expand Down

0 comments on commit 46f9df9

Please sign in to comment.