From 5e1ac6a79e11927893625eac8e6bae45149446d8 Mon Sep 17 00:00:00 2001 From: Ahmed alaa Date: Wed, 5 Feb 2025 12:50:31 +0200 Subject: [PATCH 1/2] snaphot: 14.2.0.6612718-SNAPSHOT --- android/build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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' } } } From 4fcf2190d97b7f8c34b77f985512fc61df40597e Mon Sep 17 00:00:00 2001 From: Ahmed alaa Date: Wed, 5 Feb 2025 12:50:39 +0200 Subject: [PATCH 2/2] snaphot: 14.2.0.6612718-SNAPSHOT --- android/native.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {