diff --git a/android/build.gradle b/android/build.gradle
index 485acf84a..c772c1255 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')
-			}
-		}
-	}
-}