Skip to content

Commit 9abcb8f

Browse files
authored
🤝 Merge pull request #38 from Instabug/release/8.0.26
🐛 Fix android build break on react native versions older than version…
2 parents 160247b + 16b575a commit 9abcb8f

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)