Skip to content

Commit f123aff

Browse files
committed
⬆️ Upgrade native Android SDK dependency to account for version 4.12.0
1 parent 991a843 commit f123aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121

2222
dependencies {
2323
compile 'com.facebook.react:react-native:0.20.+'
24-
compile ('com.instabug.library:instabug:4.11.2'){
24+
compile ('com.instabug.library:instabug:4.12.0'){
2525
exclude group: 'com.android.support'
2626
}
2727

0 commit comments

Comments
 (0)