chore: Update comment for correct package.

This commit is contained in:
Chris Arriola 2021-08-13 09:38:10 -07:00
parent 4a5af72995
commit ce3d4a68fb

View File

@ -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]