⬆️ Upgrade native Android SDK dependency for v4.11.2

This commit is contained in:
Salma ElTarzi 2018-03-05 12:29:51 +02:00
parent 82ed1f5b46
commit 7470f78092

View File

@ -21,7 +21,7 @@ android {
dependencies {
compile 'com.facebook.react:react-native:0.20.+'
compile ('com.instabug.library:instabug:4.11.1'){
compile ('com.instabug.library:instabug:4.11.2'){
exclude group: 'com.android.support'
}