diff --git a/android/build.gradle b/android/build.gradle index c85924843..89fb35ee7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -79,3 +79,11 @@ dependencies { testImplementation "org.mockito:mockito-android:3.4.0" testImplementation 'junit:junit:4.13.2' } + +rootProject.allprojects { + repositories { + maven { + url 'https://oss.sonatype.org/content/repositories/snapshots' + } + } +} diff --git a/android/native.gradle b/android/native.gradle index ad47dccfe..1bedc7baa 100644 --- a/android/native.gradle +++ b/android/native.gradle @@ -1,5 +1,5 @@ project.ext.instabug = [ - version: '13.4.1' + version: '13.4.1.6296339-SNAPSHOT' ] dependencies {