File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ The BlockChyp SDK is in Maven's Central Repository. Just add this snippet to you
2929<dependency>
3030 <groupId>com.blockchyp</groupId>
3131 <artifactId>blockchyp-java</artifactId>
32- <version>2.15.24 </version>
32+ <version>2.15.25 </version>
3333</dependency>
3434```
3535
@@ -38,7 +38,7 @@ The BlockChyp SDK is in Maven's Central Repository. Just add this snippet to you
3838For the hipsters among you who've moved up to Gradle, try adding this snippet under dependencies in your Gradle build file.
3939
4040```
41- compile group: 'com.blockchyp', name: 'blockchyp-java', version:'2.15.24 '
41+ compile group: 'com.blockchyp', name: 'blockchyp-java', version:'2.15.25 '
4242```
4343
4444You'll also need the Maven plugin turned on. Make sure your Gradle build has something like this in it:
Original file line number Diff line number Diff line change 88
99 <groupId >com.blockchyp</groupId >
1010 <artifactId >blockchyp-java</artifactId >
11- <version >2.15.24 </version >
11+ <version >2.15.25 </version >
1212 <packaging >jar</packaging >
1313
1414 <name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments