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 1
1
# Changelog
2
2
3
+ ## 2.0.0-beta3
4
+ * Bump ` java-stellar-sdk ` from 2.0.0-beta2 to 2.0.0-beta3
5
+
3
6
## 2.0.0-beta2
4
7
* Bump ` java-stellar-sdk ` from 2.0.0-beta1 to 2.0.0-beta2
5
8
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ dependencies {
66
66
implementation(" androidx.compose.ui:ui-graphics" )
67
67
implementation(" androidx.compose.ui:ui-tooling-preview" )
68
68
implementation(" androidx.compose.material3:material3" )
69
- implementation(files(" libs/stellar-sdk-android-spi-2.0.0-beta2 .jar" ))
70
- implementation(" network.lightsail:stellar-sdk:2.0.0-beta2 " )
69
+ implementation(files(" libs/stellar-sdk-android-spi-2.0.0-beta3 .jar" ))
70
+ implementation(" network.lightsail:stellar-sdk:2.0.0-beta3 " )
71
71
testImplementation(" junit:junit:4.13.2" )
72
72
androidTestImplementation(" androidx.test.uiautomator:uiautomator:2.3.0-alpha03" )
73
73
androidTestImplementation(" androidx.test.ext:junit:1.1.5" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
}
10
10
11
11
group = " network.lightsail"
12
- version = " 2.0.0-beta2 "
12
+ version = " 2.0.0-beta3 "
13
13
14
14
java {
15
15
toolchain {
@@ -32,7 +32,7 @@ repositories {
32
32
}
33
33
34
34
dependencies {
35
- implementation(" network.lightsail:stellar-sdk:2.0.0-beta2 " )
35
+ implementation(" network.lightsail:stellar-sdk:2.0.0-beta3 " )
36
36
}
37
37
38
38
tasks {
You can’t perform that action at this time.
0 commit comments