From 35effd9b722beae32835887b7cf7124eb5e21ab3 Mon Sep 17 00:00:00 2001 From: m1ga Date: Fri, 25 Mar 2022 20:14:55 +0100 Subject: [PATCH] update to 13.1.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 92e8d1cd..5502ea92 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -6,5 +6,5 @@ buildscript { } dependencies { - implementation 'com.facebook.android:facebook-android-sdk:12.0.0' + implementation 'com.facebook.android:facebook-android-sdk:13.1.0' }