Skip to content

Commit 7bfa60a

Browse files
committed
fix: use instabug android SDK v15.0.1 instead of snapshot
1 parent e406b25 commit 7bfa60a

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

android/build.gradle

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.instabug.flutter'
2-
version '14.3.0'
2+
version '15.0.1'
33

44
buildscript {
55
repositories {
@@ -16,14 +16,6 @@ rootProject.allprojects {
1616
repositories {
1717
google()
1818
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-
}
2719
}
2820
}
2921

@@ -52,7 +44,7 @@ android {
5244
}
5345

5446
dependencies {
55-
api 'com.instabug.library:instabug:14.3.0.6760192-SNAPSHOT'
47+
api 'com.instabug.library:instabug:15.0.1'
5648
testImplementation 'junit:junit:4.13.2'
5749
testImplementation "org.mockito:mockito-inline:3.12.1"
5850
testImplementation "io.mockk:mockk:1.13.13"

0 commit comments

Comments
 (0)