Migration of RemoteIntent from WSL to AndroidX
Migrating class RemoteIntent from Wearable Support
Library to AndroidX wear:wear-remote-interactions.
Bug: 174757053
Test: Unit tests in androidx.wear.remote.interactions.RemoteIntentHelperTest and manually running sample app
Relnote: "RemoteIntent class from
Wearable Support Library to AndroidX."
Change-Id: I1d7e07052da1e0f942e61b044de08f97b8c51279
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 5887db6..cfc5420 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -130,6 +130,7 @@
playCore = { module = "com.google.android.play:core", version = "1.9.1" }
playServicesBase = { module = "com.google.android.gms:play-services-base", version = "17.0.0" }
playServicesBasement = { module = "com.google.android.gms:play-services-basement", version = "17.0.0" }
+playServicesWearable = { module = "com.google.android.gms:play-services-wearable", version = "17.1.0" }
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" }