Skip to content

Commit

Permalink
rename group and artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Apr 29, 2022
1 parent 6a64614 commit 91e7670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {
}
dependencies {
implementation("io.eqoty:secretk:0.1.1")
implementation("io.eqoty.secretk:client:0.1.1")
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 91e7670

Please sign in to comment.