File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.0.0-beta2
4+ * Bump ` java-stellar-sdk ` from 2.0.0-beta1 to 2.0.0-beta2
5+
36## 2.0.0-beta1
47* Bump ` java-stellar-sdk ` from 2.0.0-beta0 to 2.0.0-beta1
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-beta1 .jar" ))
70- implementation(" network.lightsail:stellar-sdk:2.0.0-beta1 " )
69+ implementation(files(" libs/stellar-sdk-android-spi-2.0.0-beta2 .jar" ))
70+ implementation(" network.lightsail:stellar-sdk:2.0.0-beta2 " )
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,11 +9,12 @@ plugins {
99}
1010
1111group = " network.lightsail"
12- version = " 2.0.0-beta1 "
12+ version = " 2.0.0-beta2 "
1313
1414java {
15- sourceCompatibility = JavaVersion .VERSION_1_8
16- targetCompatibility = JavaVersion .VERSION_1_8
15+ toolchain {
16+ languageVersion = JavaLanguageVersion .of(8 )
17+ }
1718 withJavadocJar()
1819 withSourcesJar()
1920}
@@ -31,7 +32,7 @@ repositories {
3132}
3233
3334dependencies {
34- implementation(" network.lightsail:stellar-sdk:2.0.0-beta1 " )
35+ implementation(" network.lightsail:stellar-sdk:2.0.0-beta2 " )
3536}
3637
3738tasks {
You can’t perform that action at this time.
0 commit comments