From 3a07ec77553a1fe187a1f74669e565a3e7eb8c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Borcz?= Date: Fri, 31 May 2024 09:47:32 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"Bump=20com.google.android.gms:play-se?= =?UTF-8?q?rvices-ads=20from=2022.6.0=20to=2023.1.0=20(=E2=80=A6"=20(#2580?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c6eea8b84d6114f54c62337be901f793e5b63476. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e7e93e4a9..f56d86955 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -256,7 +256,7 @@ dependencies { playImplementation 'com.google.firebase:firebase-crashlytics:' playImplementation 'com.google.firebase:firebase-config' - playImplementation 'com.google.android.gms:play-services-ads:23.1.0' + playImplementation 'com.google.android.gms:play-services-ads:22.6.0' playImplementation "com.google.android.play:integrity:1.3.0" playImplementation 'com.google.android.play:app-update-ktx:2.1.0' playImplementation 'com.google.android.play:review-ktx:2.0.1'