Skip to content

Commit

Permalink
toml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoankit committed Feb 16, 2024
1 parent e5ea1e6 commit abbd783
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ dependencies {
implementation('org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0')
}

implementation project(":coachmark")
// implementation 'io.github.pseudoankit:coachmark:1.6.1'
// implementation project(":coachmark")
implementation libs.coachmark
implementation 'androidx.activity:activity-compose:1.7.2'
implementation platform('androidx.compose:compose-bom:2022.10.00')
implementation 'androidx.compose.ui:ui'
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[versions]
agp = "8.2.2"
coachmark = "1.7.0"
kotlin = "1.9.22"
compose-multiplatform = "1.5.12"
compose-compiler = "1.5.9"
Expand All @@ -9,6 +10,7 @@ compileSdk = "34"
targetSdk = "34"

[libraries]
coachmark = { module = "io.github.pseudoankit:coachmark", version.ref = "coachmark" }
lint-compose = "com.slack.lint.compose:compose-lint-checks:1.3.1"

[plugins]
Expand Down

0 comments on commit abbd783

Please sign in to comment.