Skip to content

Commit 1fcfc82

Browse files
committed
fix(android): use correct snapshot
1 parent 06c79e6 commit 1fcfc82

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

android/build.gradle

+1-5
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ rootProject.allprojects {
1616
repositories {
1717
google()
1818
mavenCentral()
19-
20-
maven {
21-
url 'https://oss.sonatype.org/content/repositories/snapshots'
22-
}
2319
}
2420
}
2521

@@ -45,7 +41,7 @@ android {
4541
}
4642

4743
dependencies {
48-
api 'com.instabug.library:instabug:v11.14.0.1-bdrthermea'
44+
api 'com.instabug.library-bdrthermea:instabug:11.14.0.2'
4945

5046
testImplementation 'junit:junit:4.13.2'
5147
testImplementation "org.mockito:mockito-inline:3.12.1"

0 commit comments

Comments
 (0)