-
Notifications
You must be signed in to change notification settings - Fork 1
fix: update testnet nodes #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
4bb55ae
4e67fbe
9c3df11
6bc5691
a4479e0
e894e7b
e573842
dfd3dd8
bb579bb
beebce5
b1ef3b4
30f833e
f032b74
26989dd
333bad0
ab3c409
a297300
2a6b1c1
b5218d6
1dd941e
cd89fdf
2a00770
d8fc240
a678fca
a602fdb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -52,7 +52,7 @@ Build the android libraries to publish to Maven Central: | |
| ``` | ||
| ### Use in other projects | ||
| ```groovy | ||
| dppVersion = "2.0.4" | ||
| dppVersion = "2.0.5-SNAPSHOT" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and here?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes, until 2.0.5 is finalized. |
||
| dependencies { | ||
| implementation "org.dashj.platform:dash-sdk-java:$dppVersion" | ||
| implementation "org.dashj.platform:dash-sdk-kotlin:$dppVersion" // dpp | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| buildscript { | ||
| ext.version = '2.0.4' | ||
| ext.version = '2.0.5-SNAPSHOT' | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @HashEngineering, do we really use the SNAPSHOT version?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes, until 2.0.5 is finalized. |
||
| ext.kotlin_version = '2.1.20' | ||
| ext.dashj_version = '21.1.14' | ||
| ext.dashj_version = '22.0.1' | ||
| repositories { | ||
| google() // Required for Android library and application projects | ||
| mavenCentral() | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
| build/ | ||
| target/ | ||
| fermented.rs | ||
| .cxx/ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [package] | ||
| name = "dash-sdk-bindings" | ||
| version = "2.0.4" | ||
| version = "2.0.5" | ||
| edition = "2021" | ||
|
|
||
| [dependencies] | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.