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 4548a06 commit 0a8d8b9Copy full SHA for 0a8d8b9
android/build.gradle
@@ -79,3 +79,17 @@ 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
+ google()
86
+ jcenter()
87
+ maven {
88
+ url "https://mvn.instabug.com/nexus/repository/instabug-internal/"
89
+ credentials {
90
+ username "instabug"
91
+ password System.getenv('INSTABUG_REPOSITORY_PASSWORD')
92
+ }
93
94
95
+}
android/native.gradle
@@ -1,5 +1,5 @@
1
project.ext.instabug = [
2
- version: '13.4.1'
+ version: '14.0.0.6273213-SNAPSHOT'
3
]
4
5
dependencies {
0 commit comments