From 25b8b1c81b505d089f1dd63d269444a262af4ac3 Mon Sep 17 00:00:00 2001 From: Ahmed Mahmoud Date: Thu, 27 Jun 2024 12:18:53 +0300 Subject: [PATCH] chore(android): bump sdk to 13.1.2.3 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 7beed9c55..e23f03f6d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -41,7 +41,7 @@ android { } dependencies { - api 'com.instabug.library-bdrthermea:instabug:12.1.0' + api 'com.instabug.library-bdrthermea:instabug:13.1.2.3' testImplementation 'junit:junit:4.13.2' testImplementation "org.mockito:mockito-inline:3.12.1"