We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ab27f commit c86e3c2Copy full SHA for c86e3c2
android/build.gradle
@@ -40,8 +40,23 @@ android {
40
}
41
42
43
+rootProject.allprojects {
44
+ repositories {
45
+ maven {
46
+ url "https://mvn.instabug.com/nexus/repository/instabug-internal/"
47
+ credentials {
48
+ username "instabug"
49
+ password "8UHh3vBg8aDBhycXq@qhEweoMgwz2w"
50
+ }
51
52
53
+ url 'https://oss.sonatype.org/content/repositories/snapshots'
54
55
56
+}
57
+
58
dependencies {
- api 'com.instabug.library:instabug:12.5.1'
59
+ api 'com.instabug.library:instabug:12.5.1.5573368-SNAPSHOT'
60
61
testImplementation 'junit:junit:4.13.2'
62
testImplementation "org.mockito:mockito-inline:3.12.1"
0 commit comments