Skip to content

Commit

Permalink
chore(android): integrate android snapshot
Browse files Browse the repository at this point in the history
Integrate snapshot resolving the ANR which introduces the private `Surveys.showSurveyCP` Api to be called via reflection
  • Loading branch information
abdelhamid-f-nasser committed Jan 10, 2024
1 parent 45ab27f commit c86e3c2
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,23 @@ android {
}
}

rootProject.allprojects {
repositories {
maven {
url "https://mvn.instabug.com/nexus/repository/instabug-internal/"
credentials {
username "instabug"
password "8UHh3vBg8aDBhycXq@qhEweoMgwz2w"
}
}
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
}
}

dependencies {
api 'com.instabug.library:instabug:12.5.1'
api 'com.instabug.library:instabug:12.5.1.5573368-SNAPSHOT'

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

0 comments on commit c86e3c2

Please sign in to comment.