diff --git a/android/build.gradle b/android/build.gradle index ffd71b5f87..c8017efa31 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -3,7 +3,15 @@ apply plugin: 'com.android.library' apply from: './jacoco.gradle' apply from: './native.gradle' apply from: './sourcemaps.gradle' - +rootProject.allprojects { + repositories { + google() + jcenter() + maven { + url 'https://oss.sonatype.org/content/repositories/snapshots' + } + } +} String getExtOrDefault(String name) { def defaultPropertyKey = 'InstabugReactNative_' + name if (rootProject.ext.has(name)) { diff --git a/android/native.gradle b/android/native.gradle index 0e86a4edff..08e51d68c9 100644 --- a/android/native.gradle +++ b/android/native.gradle @@ -1,5 +1,5 @@ project.ext.instabug = [ - version: '13.3.0' + version: '13.3.0.6184787-SNAPSHOT' ] dependencies {