From 85ce12b6b54ae8cb463104a62c1cd63454e15abd Mon Sep 17 00:00:00 2001 From: suetfei Date: Sat, 2 Apr 2022 22:44:10 -0700 Subject: [PATCH] Fix broken internal flow. PiperOrigin-RevId: 439103848 --- README.md | 2 +- WORKSPACE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 655594ee..b1630503 100644 --- a/README.md +++ b/README.md @@ -66,4 +66,4 @@ We also provide a iOS [sample app using the Nearby Connections library] ###Limitation The only Medium supported is Wifi LAN. -**Last Updated:** April 2, 2022 +**Last Updated:** April 2022 diff --git a/WORKSPACE b/WORKSPACE index 84ee0047..d1430a05 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -61,7 +61,7 @@ http_archive( new_local_repository( name = "com_google_ukey2", - path = "./third_party/ukey2", + path = "./third_party/ukey2/ukey2", build_file_content = _ALL_CONTENT, )