From 3cc6a3c653da992a4d0cc072322cf22a2bc57578 Mon Sep 17 00:00:00 2001 From: "Cobrowse.io Bot" Date: Tue, 25 Nov 2025 16:37:54 +0000 Subject: [PATCH] feat: update Cobrowse.io SDK --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index a77a734..7cb40dd 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -45,7 +45,7 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' // support react-native-v0.22-rc+ - implementation 'io.cobrowse:cobrowse-sdk-android:3.12.3' + implementation 'io.cobrowse:cobrowse-sdk-android:3.12.4' implementation 'androidx.webkit:webkit:1.4.0' implementation 'androidx.activity:activity:1.6.0' }