diff --git a/README.md b/README.md index cc18d34..e2600fe 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ repositories { } dependencies { - implementation("io.eqoty:secretk:0.1.1") + implementation("io.eqoty.secretk:client:0.1.1") } ``` diff --git a/gradle.properties b/gradle.properties index 46f8c30..5d15273 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ org.gradle.jvmargs=-Xmx4096m # Publishing : Required -GROUP=io.eqoty +GROUP=io.eqoty.secretk VERSION_NAME=0.1.1 -POM_ARTIFACT_ID=kotlin-bip39 +POM_ARTIFACT_ID=client # Publishing : Optional POM_NAME=secretk