From 340cd7cc7b0e8364d476d4c6c6c71480ace6ebf6 Mon Sep 17 00:00:00 2001
From: Ahmed Mahmoud <a7med.mahmoud2004@gmail.com>
Date: Wed, 16 Oct 2024 12:34:20 +0300
Subject: [PATCH] chore(android): integrate android snapshot

---
 android/build.gradle  | 8 ++++++++
 android/native.gradle | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/android/build.gradle b/android/build.gradle
index c859248435..89fb35ee77 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -79,3 +79,11 @@ dependencies {
     testImplementation "org.mockito:mockito-android:3.4.0"
     testImplementation 'junit:junit:4.13.2'
 }
+
+rootProject.allprojects {
+	repositories {
+		maven {
+			url 'https://oss.sonatype.org/content/repositories/snapshots'
+		}
+	}
+}
diff --git a/android/native.gradle b/android/native.gradle
index ad47dccfe4..1bedc7baac 100644
--- a/android/native.gradle
+++ b/android/native.gradle
@@ -1,5 +1,5 @@
 project.ext.instabug = [
-    version: '13.4.1'
+    version: '13.4.1.6296339-SNAPSHOT'
 ]
 
 dependencies {