diff --git a/android/build.gradle b/android/build.gradle index d48b293b..1a9ae961 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -200,6 +200,6 @@ dependencies { debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.11' // requires minSDK 16 according to docs, not sure if it causes an issue - withAnalyticsImplementation 'com.google.android.gms:play-services-analytics:18.0.2' + withAnalyticsImplementation 'com.google.android.gms:play-services-analytics:18.0.3' withMapsImplementation 'com.google.android.gms:play-services-maps:17.0.0' } \ No newline at end of file