Skip to content

Commit

Permalink
Change artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvavra committed Dec 26, 2024
1 parent 659b437 commit eac5eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Add this to your dependencies:

`implementation 'io.stepuplabs.spaydkmp:spaydkmp-android:<latest-version>'`
`implementation 'io.stepuplabs.spaydkmp:spayd-kmp-android:<latest-version>'`

### iOS

Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ deployer {
}
}
projectInfo {
artifactId = "spaydkmp"
artifactId = "spayd-kmp"
description = "Kotlin Multiplatform library for generating Short Payment Descriptor (SPAYD)."
url = "https://github.com/step-up-labs/spayd-kmp"
scm.fromGithub("step-up-labs", "spayd-kmp")
Expand Down

0 comments on commit eac5eba

Please sign in to comment.