Ben Hsieh 8 years ago
parent
commit
8acb69bcc2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/scripts/prelink.js

+ 1
- 1
src/scripts/prelink.js View File

77
   }
77
   }
78
   else {
78
   else {
79
     console.log(
79
     console.log(
80
-      '\033[95mreact-native-fetch-blob \033[97mwill not automatically add Android permissions after \033[92m0.9.5 '+
80
+      '\033[95mreact-native-fetch-blob \033[97mwill not automatically add Android permissions after \033[92m0.9.4 '+
81
       '\033[97mplease run the following command if you want to add default permissions :\n\n' +
81
       '\033[97mplease run the following command if you want to add default permissions :\n\n' +
82
       '\033[96m\tRNFB_ANDROID_PERMISSION=true rnpm link\n\n')
82
       '\033[96m\tRNFB_ANDROID_PERMISSION=true rnpm link\n\n')
83
   }
83
   }