File tree Expand file tree Collapse file tree 4 files changed +201
-218
lines changed
test/java/com/instabug/flutter Expand file tree Collapse file tree 4 files changed +201
-218
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,9 @@ rootProject.allprojects {
1616 repositories {
1717 google()
1818 mavenCentral()
19- maven {
20- url " https://mvn.instabug.com/nexus/repository/instabug-internal/"
21- credentials {
22- username " instabug"
23- password System . getenv(" INSTABUG_REPOSITORY_PASSWORD" )
24- }
25- }
2619 }
2720}
2821
29-
3022apply plugin : ' com.android.library'
3123
3224android {
@@ -52,10 +44,11 @@ android {
5244}
5345
5446dependencies {
55- api ' com.instabug.library:instabug:14.3.0.6752106-SNAPSHOT '
47+ api ' com.instabug.library:instabug:14.3.0'
5648 testImplementation ' junit:junit:4.13.2'
5749 testImplementation " org.mockito:mockito-inline:3.12.1"
5850 testImplementation " io.mockk:mockk:1.13.13"
51+
5952}
6053
6154// add upload_symbols task
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments