File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33## Pending
44
5+ ## 2.1.0
6+
57### Update:
68- feat: Add ` endLedger ` field to ` GetEventsRequest ` . ([ #739 ] ( https://github.com/stellar/java-stellar-sdk/pull/739 ) )
79
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ dependencies {
6868 implementation(" androidx.compose.material3:material3" )
6969 // Since we are adding local jar(libs/stellar-sdk.jar) as dependency,
7070 // gradle cannot automatically download the required third-party dependencies.
71- implementation(files(" libs/stellar-sdk-2.0 .0.jar" ))
71+ implementation(files(" libs/stellar-sdk-2.1 .0.jar" ))
7272 implementation(" com.squareup.okhttp3:okhttp:4.11.0" )
7373 implementation(" com.squareup.okhttp3:okhttp-sse:4.11.0" )
7474 implementation(" com.moandjiezana.toml:toml4j:0.7.2" )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212}
1313
1414group = " network.lightsail"
15- version = " 2.0 .0"
15+ version = " 2.1 .0"
1616
1717java {
1818 toolchain {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ spotless {
2222
2323dependencies {
2424 // Use https://central.sonatype.com/artifact/network.lightsail/stellar-sdk in prod.
25- implementation(" network.lightsail:stellar-sdk:2.0 .0" )
25+ implementation(" network.lightsail:stellar-sdk:2.1 .0" )
2626 testImplementation(platform(" org.junit:junit-bom:5.10.0" ))
2727 testImplementation(" org.junit.jupiter:junit-jupiter" )
2828}
You can’t perform that action at this time.
0 commit comments