Skip to content

Commit

Permalink
fix(android): use correct snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
a7medev committed Oct 2, 2023
1 parent 06c79e6 commit 1fcfc82
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ rootProject.allprojects {
repositories {
google()
mavenCentral()

maven {
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
}
}

Expand All @@ -45,7 +41,7 @@ android {
}

dependencies {
api 'com.instabug.library:instabug:v11.14.0.1-bdrthermea'
api 'com.instabug.library-bdrthermea:instabug:11.14.0.2'

testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito:mockito-inline:3.12.1"
Expand Down

0 comments on commit 1fcfc82

Please sign in to comment.