Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 422d715

Browse files
committed
Fix prelink script
1 parent 919c775 commit 422d715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/prelink.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if(VERSION >= 0.29) {
3737

3838
if(VERSION < 0.28) {
3939
console.log('You project version is '+ VERSION + 'which does not meet requirement of react-native-fetch-blob 7.0+, please upgrade your application template to react-native 0.27+, otherwise Android application will not working.')
40-
add OkHttp3 dependency fo 0.28- project
40+
// add OkHttp3 dependency fo 0.28- project
4141
var main = fs.readFileSync(PACKAGE_GRADLE);
4242
console.log('adding OkHttp3 dependency to pre 0.28 project .. ')
4343
main = String(main).replace('//{RNFetchBlob_PRE_0.28_DEPDENDENCY}', "compile 'com.squareup.okhttp3:okhttp:3.4.1'");

0 commit comments

Comments
 (0)