From ce3d4a68fb736760d7fccf68ba5a0c57312a4b98 Mon Sep 17 00:00:00 2001 From: Chris Arriola Date: Fri, 13 Aug 2021 09:38:10 -0700 Subject: [PATCH] chore: Update comment for correct package. --- WearOS/Wearable/build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/WearOS/Wearable/build.gradle b/WearOS/Wearable/build.gradle index 158ca76d..788f8c76 100644 --- a/WearOS/Wearable/build.gradle +++ b/WearOS/Wearable/build.gradle @@ -50,10 +50,11 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" // [END_EXCLUDE] compileOnly 'com.google.android.wearable:wearable:2.8.1' - implementation 'androidx.wear:wear:1.1.0' - implementation 'com.google.android.gms:play-services-maps:17.0.1' - // This dependency is necessary for ambient mode implementation 'com.google.android.support:wearable:2.8.1' + implementation 'com.google.android.gms:play-services-maps:17.0.1' + + // This dependency is necessary for ambient mode + implementation 'androidx.wear:wear:1.1.0' } // [END maps_wear_os_depdendencies]