Skip to content

Commit

Permalink
use tunneler main for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Dec 11, 2024
1 parent 426cc74 commit 21066cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android = "8.7.3"
kotlin = "2.1.0"

# ziti projects
ziti-tunnel-sdk = "1.3.0"
ziti-tunnel-sdk = "main"

# 3rd part deps
kotlinx-serialization-json = "1.7.3"
Expand Down
2 changes: 1 addition & 1 deletion tunnel/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ else (tunnel_DIR)
include(FetchContent)
FetchContent_Declare(tun-sdk
GIT_REPOSITORY http://github.com/openziti/ziti-tunnel-sdk-c.git
GIT_TAG v${tunnel_sdk_VERSION}
GIT_TAG ${tunnel_sdk_VERSION}
)
FetchContent_MakeAvailable(tun-sdk)
endif ()
Expand Down

0 comments on commit 21066cb

Please sign in to comment.