Skip to content

Commit

Permalink
Fix kotlin SCM reference (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
ok300 authored Apr 23, 2024
1 parent 10eb7aa commit a9b8ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-bindings/bindings-android/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ publishing {
}
}
scm {
connection.set("scm:git:github.com/breez/breez-sdk-ffi.git")
connection.set("scm:git:github.com/breez/breez-sdk.git")
developerConnection.set("scm:git:ssh://github.com/breez/breez-sdk.git")
url.set("https://github.com/breez/breez-sdk")
}
Expand Down

0 comments on commit a9b8ee2

Please sign in to comment.