Skip to content

Commit 340cd7c

Browse files
committed
chore(android): integrate android snapshot
1 parent 4752078 commit 340cd7c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

android/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,11 @@ dependencies {
7979
testImplementation "org.mockito:mockito-android:3.4.0"
8080
testImplementation 'junit:junit:4.13.2'
8181
}
82+
83+
rootProject.allprojects {
84+
repositories {
85+
maven {
86+
url 'https://oss.sonatype.org/content/repositories/snapshots'
87+
}
88+
}
89+
}

android/native.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project.ext.instabug = [
2-
version: '13.4.1'
2+
version: '13.4.1.6296339-SNAPSHOT'
33
]
44

55
dependencies {

0 commit comments

Comments
 (0)