File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.0.0-beta1
4+ * Bump ` java-stellar-sdk ` from 2.0.0-beta0 to 2.0.0-beta1
5+
36## 2.0.0-beta0
47* Bump ` java-stellar-sdk ` from 1.5.0 to 2.0.0-beta0
58
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ dependencies {
6666 implementation(" androidx.compose.ui:ui-graphics" )
6767 implementation(" androidx.compose.ui:ui-tooling-preview" )
6868 implementation(" androidx.compose.material3:material3" )
69- implementation(files(" libs/stellar-sdk-android-spi-2.0.0-beta0 .jar" ))
70- implementation(" network.lightsail:stellar-sdk:2.0.0-beta0 " )
69+ implementation(files(" libs/stellar-sdk-android-spi-2.0.0-beta1 .jar" ))
70+ implementation(" network.lightsail:stellar-sdk:2.0.0-beta1 " )
7171 testImplementation(" junit:junit:4.13.2" )
7272 androidTestImplementation(" androidx.test.uiautomator:uiautomator:2.3.0-alpha03" )
7373 androidTestImplementation(" androidx.test.ext:junit:1.1.5" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group = " network.lightsail"
12- version = " 2.0.0-beta0 "
12+ version = " 2.0.0-beta1 "
1313
1414java {
1515 sourceCompatibility = JavaVersion .VERSION_1_8
@@ -31,7 +31,7 @@ repositories {
3131}
3232
3333dependencies {
34- implementation(" network.lightsail:stellar-sdk:2.0.0-beta0 " )
34+ implementation(" network.lightsail:stellar-sdk:2.0.0-beta1 " )
3535}
3636
3737tasks {
You can’t perform that action at this time.
0 commit comments