Skip to content

Commit e34d8bd

Browse files
snapshot: remove maven section in gradle
1 parent 6692f7b commit e34d8bd

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

android/build.gradle

-13
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,3 @@ dependencies {
8080
testImplementation 'junit:junit:4.13.2'
8181
}
8282

83-
rootProject.allprojects {
84-
repositories {
85-
google()
86-
jcenter()
87-
maven {
88-
url "https://mvn.instabug.com/nexus/repository/instabug-internal/"
89-
credentials {
90-
username "instabug"
91-
password System.getenv('INSTABUG_REPOSITORY_PASSWORD')
92-
}
93-
}
94-
}
95-
}

0 commit comments

Comments
 (0)