Skip to content

Commit 0f2969e

Browse files
snapshot:14.2.1.6684154-snapshot
1 parent 03309e4 commit 0f2969e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+15211
-5
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Generated files
2-
*.mocks.dart
3-
*.g.dart
4-
android/**/generated/
5-
ios/**/Generated/
2+
#*.mocks.dart
3+
#*.g.dart
4+
#android/**/generated/
5+
#ios/**/Generated/
66

77
# Miscellaneous
88
*.class

android/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ rootProject.allprojects {
1616
repositories {
1717
google()
1818
mavenCentral()
19+
maven {
20+
url 'https://oss.sonatype.org/content/repositories/snapshots'
21+
}
1922
}
2023
}
2124

@@ -44,7 +47,7 @@ android {
4447
}
4548

4649
dependencies {
47-
api 'com.instabug.library:instabug:14.1.0'
50+
api 'com.instabug.library:instabug:14.2.1.6684154-SNAPSHOT'
4851
testImplementation 'junit:junit:4.13.2'
4952
testImplementation "org.mockito:mockito-inline:3.12.1"
5053
testImplementation "io.mockk:mockk:1.13.13"

0 commit comments

Comments
 (0)