Skip to content

Commit f084025

Browse files
committed
Use Android snapshot
1 parent 5a1f3b5 commit f084025

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
}
4242

4343
dependencies {
44-
api 'com.instabug.library:instabug:11.11.0'
44+
api 'com.instabug.library:instabug:11.11.0.4909006-SNAPSHOT'
4545

4646
testImplementation 'junit:junit:4.13.2'
4747
testImplementation "org.mockito:mockito-inline:3.12.1"

example/android/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ allprojects {
1515
repositories {
1616
google()
1717
mavenCentral()
18+
19+
maven {
20+
url 'https://oss.sonatype.org/content/repositories/snapshots'
21+
}
1822
}
1923
}
2024

0 commit comments

Comments
 (0)