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 5a1f3b5 commit f084025Copy full SHA for f084025
android/build.gradle
@@ -41,7 +41,7 @@ android {
41
}
42
43
dependencies {
44
- api 'com.instabug.library:instabug:11.11.0'
+ api 'com.instabug.library:instabug:11.11.0.4909006-SNAPSHOT'
45
46
testImplementation 'junit:junit:4.13.2'
47
testImplementation "org.mockito:mockito-inline:3.12.1"
example/android/build.gradle
@@ -15,6 +15,10 @@ allprojects {
15
repositories {
16
google()
17
mavenCentral()
18
+
19
+ maven {
20
+ url 'https://oss.sonatype.org/content/repositories/snapshots'
21
+ }
22
23
24
0 commit comments