Skip to content

Commit 53b0d62

Browse files
authored
Bump to 1.0.0-rc0. (#13)
1 parent 5efb442 commit 53b0d62

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+
## 1.0.0-rc0
4+
* Bump `java-stellar-sdk` from 1.0.0-beta1 to 1.0.0-rc0
5+
36
## 1.0.0-beta1
47
* Bump `java-stellar-sdk` from 1.0.0-beta0 to 1.0.0-beta1
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-1.0.0-beta1.jar"))
70-
implementation("network.lightsail:stellar-sdk:1.0.0-beta1")
69+
implementation(files("libs/stellar-sdk-android-spi-1.0.0-rc0.jar"))
70+
implementation("network.lightsail:stellar-sdk:1.0.0-rc0")
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 = "1.0.0-beta1"
12+
version = "1.0.0-rc0"
1313

1414
java {
1515
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -31,7 +31,7 @@ repositories {
3131
}
3232

3333
dependencies {
34-
implementation("network.lightsail:stellar-sdk:1.0.0-beta1")
34+
implementation("network.lightsail:stellar-sdk:1.0.0-rc0")
3535
}
3636

3737
tasks {

0 commit comments

Comments
 (0)