Skip to content

Commit 5e1ac6a

Browse files
snaphot: 14.2.0.6612718-SNAPSHOT
1 parent 2b094ca commit 5e1ac6a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

android/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,7 @@ rootProject.allprojects {
8585
google()
8686
jcenter()
8787
maven {
88-
url "https://mvn.instabug.com/nexus/repository/instabug-internal/"
89-
credentials {
90-
username "instabug"
91-
password System.getenv('INSTABUG_REPOSITORY_PASSWORD')
92-
}
88+
url 'https://oss.sonatype.org/content/repositories/snapshots'
9389
}
9490
}
9591
}

0 commit comments

Comments
 (0)