From e34d8bd17c18ff2caaffd962e9a34e5e5b8bbceb Mon Sep 17 00:00:00 2001
From: Ahmed alaa <aalaa@instabug.com>
Date: Fri, 29 Nov 2024 14:14:27 +0200
Subject: [PATCH] snapshot: remove maven section in gradle

---
 android/build.gradle | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/android/build.gradle b/android/build.gradle
index 485acf84aa..c772c12554 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -80,16 +80,3 @@ dependencies {
     testImplementation 'junit:junit:4.13.2'
 }
 
-rootProject.allprojects {
-	repositories {
-		google()
-		jcenter()
-		maven {
-			url "https://mvn.instabug.com/nexus/repository/instabug-internal/"
-			credentials {
-			  username "instabug"
-			  password System.getenv('INSTABUG_REPOSITORY_PASSWORD')
-			}
-		}
-	}
-}