Skip to content

Commit 16b575a

Browse files
committed
šŸ› Fix android build break on react native versions older than version 0.58
1 parent 160247b commit 16b575a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ā€Žandroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
}
2525

2626
dependencies {
27-
implementation 'com.facebook.react:react-native:0.58.+'
27+
implementation 'com.facebook.react:react-native:+'
2828
api ('com.instabug.library:instabug:8.0.18'){
2929
exclude group: 'com.android.support:appcompat-v7'
3030
}

0 commit comments

Comments
Ā (0)