File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
group ' com.instabug.flutter'
2
- version ' 14.3.0 '
2
+ version ' 15.0.1 '
3
3
4
4
buildscript {
5
5
repositories {
@@ -16,14 +16,6 @@ rootProject.allprojects {
16
16
repositories {
17
17
google()
18
18
mavenCentral()
19
-
20
- maven {
21
- url " https://mvn.instabug.com/nexus/repository/instabug-internal/"
22
- credentials {
23
- username " instabug"
24
- password System . getenv(" INSTABUG_REPOSITORY_PASSWORD" )
25
- }
26
- }
27
19
}
28
20
}
29
21
@@ -52,7 +44,7 @@ android {
52
44
}
53
45
54
46
dependencies {
55
- api ' com.instabug.library:instabug:14.3.0.6760192-SNAPSHOT '
47
+ api ' com.instabug.library:instabug:15.0.1 '
56
48
testImplementation ' junit:junit:4.13.2'
57
49
testImplementation " org.mockito:mockito-inline:3.12.1"
58
50
testImplementation " io.mockk:mockk:1.13.13"
You can’t perform that action at this time.
0 commit comments