diff --git a/android/build.gradle b/android/build.gradle index 8a312ccb37..29082f3023 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -85,11 +85,7 @@ rootProject.allprojects { google() jcenter() maven { - url "https://mvn.instabug.com/nexus/repository/instabug-internal/" - credentials { - username "instabug" - password System.getenv('INSTABUG_REPOSITORY_PASSWORD') - } + url 'https://oss.sonatype.org/content/repositories/snapshots' } } } diff --git a/android/native.gradle b/android/native.gradle index 652733c4f8..d2494c390f 100644 --- a/android/native.gradle +++ b/android/native.gradle @@ -1,5 +1,5 @@ project.ext.instabug = [ - version: '14.1.0' + version: '14.2.0.6612718-SNAPSHOT' ] dependencies {