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 e1060b1 commit 9c20609Copy full SHA for 9c20609
android/build.gradle
@@ -16,10 +16,6 @@ rootProject.allprojects {
16
repositories {
17
google()
18
mavenCentral()
19
-
20
- maven {
21
- url 'https://oss.sonatype.org/content/repositories/snapshots'
22
- }
23
}
24
25
@@ -45,7 +41,7 @@ android {
45
41
46
42
47
43
dependencies {
48
- api 'com.instabug.library:instabug:v11.14.0.1-bdrthermea'
44
+ api 'com.instabug.library-bdrthermea:instabug:11.14.0.2'
49
50
testImplementation 'junit:junit:4.13.2'
51
testImplementation "org.mockito:mockito-inline:3.12.1"
0 commit comments