Skip to content

Commit 36dd813

Browse files
committed
docs: update ldk-node-android module
1 parent f9829bb commit 36dd813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/kotlin/ldk-node-android/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Publishing new version guide.
3131
- add dependency in `libs.versions.toml`:
3232
```toml
3333
# by tag
34-
ldk-node-android = { module = "com.github.ovitrif:ldk-node", version = "v0.6.0-rc.4"
34+
ldk-node-android = { module = "com.github.synonymdev:ldk-node", version = "v0.6.0-rc.4"
3535

3636
# or by branch
37-
ldk-node-android = { module = "com.github.ovitrif:ldk-node", version = "main-SNAPSHOT"
37+
ldk-node-android = { module = "com.github.synonymdev:ldk-node", version = "main-SNAPSHOT"
3838
```
3939
- Run `Sync project with gradle files` action in android studio

0 commit comments

Comments
 (0)