From a569fee73cc0d649f1ec5c4f402254464b494631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 03:53:35 +0000 Subject: [PATCH] Bump com.google.android.gms:play-services-analytics Bumps com.google.android.gms:play-services-analytics from 18.0.2 to 18.0.3. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-analytics dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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