Skip to content

Commit

Permalink
Update wallet core source
Browse files Browse the repository at this point in the history
  • Loading branch information
furenster committed Nov 23, 2024
1 parent 59e7e5d commit bffd32f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ dependencies {
//noinspection UseTomlInstead
api("net.java.dev.jna:jna:5.15.0@aar")
// Local wallet core
api(files("../libs/wallet-core-4.1.5-sources.jar"))
api(files("../libs/wallet-core-4.1.19-sources.jar"))
implementation(project(":wallet-core"))
implementation(project(":wallet-core-proto"))

Expand Down
2 changes: 1 addition & 1 deletion blockchain/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
//noinspection UseTomlInstead
api("com.gemwallet.gemstone:gemstone:1.0.0@aar")
// Local wallet core
api(files("../libs/wallet-core-4.1.5-sources.jar"))
api(files("../libs/wallet-core-4.1.19-sources.jar"))
implementation(project(":wallet-core"))
implementation(project(":wallet-core-proto"))
// Protobuf
Expand Down

0 comments on commit bffd32f

Please sign in to comment.