Skip to content

Commit

Permalink
feat(inline-config): testing inline config on Android
Browse files Browse the repository at this point in the history
Signed-off-by: gabrik <[email protected]>
  • Loading branch information
gabrik committed Nov 2, 2023
1 parent 9c1e4b9 commit e83ec05
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 27 deletions.
63 changes: 39 additions & 24 deletions zenoh-jni/Cargo.lock

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

4 changes: 2 additions & 2 deletions zenoh-jni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ clap = "3.2.23"
jni = "0.21.1"
flume = "0.10.14"
uhlc = "0.6.0"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" }
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" }
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "feat/inline-certificate-data" }
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "feat/inline-certificate-data" }

[lib]
name = "zenoh_jni"
Expand Down
2 changes: 1 addition & 1 deletion zenoh-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//

group = "io.zenoh"
version = "0.11.0-dev"
version = "0.11.0-dev-inline-config-test"

plugins {
id("com.android.library")
Expand Down

0 comments on commit e83ec05

Please sign in to comment.