Skip to content

Commit d2274eb

Browse files
pre-release: 2.0.0-beta3 (#30)
Co-authored-by: overcat <[email protected]>
1 parent f31219d commit d2274eb

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.0.0-beta3
4+
* Bump `java-stellar-sdk` from 2.0.0-beta2 to 2.0.0-beta3
5+
36
## 2.0.0-beta2
47
* Bump `java-stellar-sdk` from 2.0.0-beta1 to 2.0.0-beta2
58

android_test/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-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")
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")

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "network.lightsail"
12-
version = "2.0.0-beta2"
12+
version = "2.0.0-beta3"
1313

1414
java {
1515
toolchain {
@@ -32,7 +32,7 @@ repositories {
3232
}
3333

3434
dependencies {
35-
implementation("network.lightsail:stellar-sdk:2.0.0-beta2")
35+
implementation("network.lightsail:stellar-sdk:2.0.0-beta3")
3636
}
3737

3838
tasks {

0 commit comments

Comments
 (0)