We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de26be3 commit cf363f4Copy full SHA for cf363f4
android/build.gradle
@@ -17,6 +17,7 @@ android {
17
ndk {
18
abiFilters "armeabi-v7a", "x86"
19
}
20
+ multiDexEnabled true
21
22
lintOptions {
23
warning 'InvalidPackage'
@@ -26,6 +27,7 @@ android {
26
27
28
29
dependencies {
30
+ implementation 'com.android.support:multidex:1.0.3'
31
implementation 'com.facebook.react:react-native:+'
32
api('com.instabug.library:instabug:9.0.5.0') {
33
exclude group: 'com.android.support:appcompat-v7'
0 commit comments