From fa8defbecbd35a5a55a3cd0c0f6890defbd1db7a Mon Sep 17 00:00:00 2001 From: Ahmed alaa Date: Tue, 20 Aug 2024 12:50:34 +0300 Subject: [PATCH] snapshot: extra logs for network grouping issue --- android/build.gradle | 10 +++++++++- android/native.gradle | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index ffd71b5f8..c8017efa3 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 0e86a4edf..08e51d68c 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 {