From eb5979e6df027e105996dfefec25b80a8761ca1f Mon Sep 17 00:00:00 2001 From: Ahmed Mahmoud Date: Thu, 13 Jul 2023 17:05:20 +0300 Subject: [PATCH] Use Android snapshot --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 1756247e0..bce1fa95c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - api 'com.instabug.library:instabug:11.11.0.4909006-SNAPSHOT' + api 'com.instabug.library:instabug:11.13.0.4953057-SNAPSHOT' testImplementation 'junit:junit:4.13.2' testImplementation "org.mockito:mockito-inline:3.12.1"