Skip to content

Commit 85dbb4a

Browse files
committed
⬆️ Upgrade native Android SDK version to v4.15.1
1 parent ad1aa0d commit 85dbb4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/build.gradle

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

2222
dependencies {
2323
compile 'com.facebook.react:react-native:0.20.+'
24-
compile ('com.instabug.library:instabug:4.15.0'){
24+
compile ('com.instabug.library:instabug:4.15.1'){
2525
exclude group: 'com.android.support:appcompat-v7'
2626
}
27-
2827
}

0 commit comments

Comments
 (0)