Skip to content

Commit

Permalink
Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
hhanh00 committed Oct 3, 2024
1 parent 3989992 commit c833f0a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "dart-warp"]
path = dart-warp
url = https://github.com/hhanh00/dart-warp.git
[submodule "ywallet"]
path = ywallet
url = [email protected]:hhanh00/ywallet.git
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ figment = { version = "0.10.19", features = [ "env", "toml" ] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = [ "env-filter" ] }
tokio = { version = "1.40", features = ["rt-multi-thread"] }
tonic = { version = "0.12", features = ["tls", "tls-roots"] }
tonic = { version = "0.12", features = ["tls", "tls-native-roots", "tls-webpki-roots"] }
prost = "0.13"
hex = { version = "0.4", features = ["serde"] }
r2d2 = "0.8.10"
Expand Down
2 changes: 1 addition & 1 deletion dart-warp
Submodule dart-warp updated 1 files
+1 −2 bin/warp.dart
1 change: 1 addition & 0 deletions ywallet
Submodule ywallet added at a8722d

0 comments on commit c833f0a

Please sign in to comment.