Skip to content

Commit 79a7a4c

Browse files
committed
Fix Breez SDK version
1 parent ad2e308 commit 79a7a4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ dependencies {
2525
// Use the JUnit 5 integration.
2626
testImplementation(libs.junit.jupiter.engine)
2727

28-
implementation("org.breez:libbreez-sdk-jvm:<version>")
28+
dependencies {
29+
implementation("org.breez:libbreez-sdk-jvm:0.10.1")
30+
2931

3032
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3133

3234
// This dependency is used by the application.
3335
implementation(libs.guava)
3436
}
37+
}
3538
// Apply a specific Java toolchain to ease working on different environments.
3639
java {
3740
toolchain {

0 commit comments

Comments
 (0)