Upgrade protobuf from version 2 to 3

PiperOrigin-RevId: 468078014
This commit is contained in:
Xin He
2022-08-16 18:39:12 -07:00
committed by Copybara-Service
parent f166f1e22c
commit b57d03425f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
syntax = "proto2";
syntax = "proto3";
package nearby.internal;
+1 -1
View File
@@ -1,4 +1,4 @@
syntax = "proto2";
syntax = "proto3";
package nearby.internal;