We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1699e5 commit 9958fd4Copy full SHA for 9958fd4
2 files changed
README.md
@@ -52,7 +52,7 @@ Build the android libraries to publish to Maven Central:
52
```
53
### Use in other projects
54
```groovy
55
-dppVersion = "2.0.0-SNAPSHOT"
+dppVersion = "2.0.0"
56
dependencies {
57
implementation "org.dashj.platform:dash-sdk-java:$dppVersion"
58
implementation "org.dashj.platform:dash-sdk-kotlin:$dppVersion" // dpp
build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.version = '2.0.0-SNAPSHOT'
+ ext.version = '2.0.0'
3
ext.kotlin_version = '1.8.22'
4
ext.dashj_version = '21.1.7'
5
repositories {
0 commit comments