Migrate Wear to Gradle Version Catalogs

Changes is made by running development/versionCatalogMigrate.sh
in wear/ and removing imports of Dependencies.kt.

Bug: 188541063
Test: Gradle project sync
Change-Id: Id49484badcb54b3292357e0c0fbc9490face2815
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 60a1d2b..cf555ce 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -120,7 +120,7 @@
 protobuf = { module = "com.google.protobuf:protobuf-java", version = "3.4.0" }
 protobufCompiler = { module = "com.google.protobuf:protoc", version = "3.10.0" }
 protobufGradlePlugin = { module = "com.google.protobuf:protobuf-gradle-plugin", version = "0.8.16" }
-protobufLite = { module = "com.google.protobuf:protobuf-javalite", version = "3.4.0" }
+protobufLite = { module = "com.google.protobuf:protobuf-javalite", version = "3.10.0" }
 reactiveStreams = { module = "org.reactivestreams:reactive-streams", version = "1.0.0" }
 retrofit = { module = "com.squareup.retrofit2:retrofit", version = "2.7.2" }
 robolectric = { module = "org.robolectric:robolectric", version = "4.4-alpha-2" }