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]