From 30df37e143c9c257af352cf9a6060051aea7c4aa Mon Sep 17 00:00:00 2001 From: samke404 Date: Thu, 29 Feb 2024 12:51:51 +0200 Subject: [PATCH] update play-services-ads --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 7a850ae..ea24676 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -44,5 +44,5 @@ allprojects { dependencies { implementation 'com.facebook.react:react-native:+' - implementation 'com.google.android.gms:play-services-ads:17.1.3' + implementation 'com.google.android.gms:play-services-ads:20.4.0' }