From 664a6005e140d7261e802cf0f6fc5d78a2babedb Mon Sep 17 00:00:00 2001 From: AbdElHamid Nasser Date: Wed, 6 Mar 2024 09:43:22 +0200 Subject: [PATCH] build(android): integrate fix snapshot --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 52f1d9b50..8fbd59c87 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -41,7 +41,7 @@ android { } dependencies { - api 'com.instabug.library:instabug:12.7.1' + api 'com.instabug.library:instabug:12.5.1.5573368-SNAPSHOT' testImplementation 'junit:junit:4.13.2' testImplementation "org.mockito:mockito-inline:3.12.1"