Skip to content

Commit 6ec478b

Browse files
author
Ali Abdelfattah
authored
Merge pull request #456 from Instabug/custom/android-multidex
Enable multidex on Android
2 parents de26be3 + cf363f4 commit 6ec478b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ android {
1717
ndk {
1818
abiFilters "armeabi-v7a", "x86"
1919
}
20+
multiDexEnabled true
2021
}
2122
lintOptions {
2223
warning 'InvalidPackage'
@@ -26,6 +27,7 @@ android {
2627
}
2728

2829
dependencies {
30+
implementation 'com.android.support:multidex:1.0.3'
2931
implementation 'com.facebook.react:react-native:+'
3032
api('com.instabug.library:instabug:9.0.5.0') {
3133
exclude group: 'com.android.support:appcompat-v7'

0 commit comments

Comments
 (0)