We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4752078 commit 340cd7cCopy full SHA for 340cd7c
android/build.gradle
@@ -79,3 +79,11 @@ dependencies {
79
testImplementation "org.mockito:mockito-android:3.4.0"
80
testImplementation 'junit:junit:4.13.2'
81
}
82
+
83
+rootProject.allprojects {
84
+ repositories {
85
+ maven {
86
+ url 'https://oss.sonatype.org/content/repositories/snapshots'
87
+ }
88
89
+}
android/native.gradle
@@ -1,5 +1,5 @@
1
project.ext.instabug = [
2
- version: '13.4.1'
+ version: '13.4.1.6296339-SNAPSHOT'
3
]
4
5
dependencies {
0 commit comments