Skip to content

Commit

Permalink
Use libs.versions.toml
Browse files Browse the repository at this point in the history
Signed-off-by: mramotar <[email protected]>
  • Loading branch information
matt-ramotar committed Jan 27, 2024
1 parent 54031a7 commit b93b99f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ addGithubPackagesRepository()
kmmbridge {
githubReleaseArtifacts()
githubReleaseVersions()
versionPrefix.set("5.1.0")
versionPrefix.set(libs.versions.store.get())
spm()
}

Expand Down
2 changes: 1 addition & 1 deletion paging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ addGithubPackagesRepository()
kmmbridge {
githubReleaseArtifacts()
githubReleaseVersions()
versionPrefix.set("5.1.0")
versionPrefix.set(libs.versions.store.get())
spm()
}

Expand Down
2 changes: 1 addition & 1 deletion store/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ addGithubPackagesRepository()
kmmbridge {
githubReleaseArtifacts()
githubReleaseVersions()
versionPrefix.set("5.1.0")
versionPrefix.set(libs.versions.store.get())
spm()
}

Expand Down

0 comments on commit b93b99f

Please sign in to comment.