Skip to content

Commit 7a0997a

Browse files
authored
Consume latest major Instabug SDK version (#398)
1 parent ee3f4da commit 7a0997a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
multidex = "2.0.1"
99
material = "1.0.0"
1010
androidXAppCompat = "1.3.0"
11-
instabugSDK = "10.7.2"
11+
instabugSDK = "10+"
1212
colorPicker = "2.2.3"
1313
fragmentKtx = "1.3.4"
1414
}
@@ -35,10 +35,10 @@ allprojects {
3535
google()
3636
mavenCentral()
3737
maven { url "https://jitpack.io" }
38-
maven {
38+
// maven {
3939
// TODO add this only if interested in getting SNAPSHOT releases
40-
url "https://oss.sonatype.org/content/repositories/snapshots"
41-
}
40+
// url "https://oss.sonatype.org/content/repositories/snapshots"
41+
// }
4242
}
4343
}
4444

0 commit comments

Comments
 (0)