From eac5ebad8bab33391719d86f82bf2e93bc1c51b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20V=C3=A1vra?= Date: Thu, 26 Dec 2024 18:25:29 +0100 Subject: [PATCH] Change artifactId --- README.md | 2 +- shared/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 056da18..0cb7a1a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Add this to your dependencies: -`implementation 'io.stepuplabs.spaydkmp:spaydkmp-android:'` +`implementation 'io.stepuplabs.spaydkmp:spayd-kmp-android:'` ### iOS diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index cb74698..049520e 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -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")