File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
InstabugSample/android/app Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ dependencies {
195
195
implementation fileTree(dir : " libs" , include : [" *.jar" ])
196
196
// noinspection GradleDynamicVersion
197
197
implementation " com.facebook.react:react-native:+" // From node_modules
198
- implementation ' com.android.support :multidex:1 .0.3 '
198
+ implementation " androidx.multidex :multidex:2 .0.1 "
199
199
implementation " androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
200
200
201
201
debugImplementation(" com.facebook.flipper:flipper:${ FLIPPER_VERSION} " ) {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ android {
30
30
}
31
31
32
32
dependencies {
33
- implementation ' com.android.support :multidex:1 .0.3 '
33
+ implementation " androidx.multidex :multidex:2 .0.1 "
34
34
implementation ' com.facebook.react:react-native:+'
35
35
api(' com.instabug.library:instabug:10.13.0' ) {
36
36
exclude group : ' com.android.support:appcompat-v7'
You can’t perform that action at this time.
0 commit comments