diff --git a/WearOS/Wearable/build.gradle b/WearOS/Wearable/build.gradle index 3c17ac6c..d38f3c8a 100644 --- a/WearOS/Wearable/build.gradle +++ b/WearOS/Wearable/build.gradle @@ -49,5 +49,5 @@ dependencies { compileOnly 'com.google.android.wearable:wearable:2.5.0' // Include the Google Maps Android API from Google Play Services. - implementation 'com.google.android.gms:play-services-maps:17.0.0' + implementation 'com.google.android.gms:play-services-maps:17.0.1' }