We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b094ca commit 5e1ac6aCopy full SHA for 5e1ac6a
android/build.gradle
@@ -85,11 +85,7 @@ rootProject.allprojects {
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
- }
+ url 'https://oss.sonatype.org/content/repositories/snapshots'
93
}
94
95
0 commit comments