Bump SDK used in snippets to v0.3.1

This commit is contained in:
ok300
2024-02-26 15:48:06 +01:00
parent 5fd07da9e6
commit 4c51f89ff2
12 changed files with 20 additions and 43 deletions

View File

@@ -34,7 +34,7 @@ kotlin {
}
val commonMain by getting {
dependencies {
implementation("technology.breez:breez-sdk-kmp:0.2.15")
implementation("technology.breez:breez-sdk-kmp:0.3.1")
}
}
}