Skip to content

Commit c86e3c2

Browse files
chore(android): integrate android snapshot
Integrate snapshot resolving the ANR which introduces the private `Surveys.showSurveyCP` Api to be called via reflection
1 parent 45ab27f commit c86e3c2

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

android/build.gradle

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,23 @@ android {
4040
}
4141
}
4242

43+
rootProject.allprojects {
44+
repositories {
45+
maven {
46+
url "https://mvn.instabug.com/nexus/repository/instabug-internal/"
47+
credentials {
48+
username "instabug"
49+
password "8UHh3vBg8aDBhycXq@qhEweoMgwz2w"
50+
}
51+
}
52+
maven {
53+
url 'https://oss.sonatype.org/content/repositories/snapshots'
54+
}
55+
}
56+
}
57+
4358
dependencies {
44-
api 'com.instabug.library:instabug:12.5.1'
59+
api 'com.instabug.library:instabug:12.5.1.5573368-SNAPSHOT'
4560

4661
testImplementation 'junit:junit:4.13.2'
4762
testImplementation "org.mockito:mockito-inline:3.12.1"

0 commit comments

Comments
 (0)