Closed penghuili closed 2 years ago
Hi @penghuili thanks for report this, yes this is something I definetly gonna do
Hi, I just released a new version removing jcenter references https://www.npmjs.com/package/react-native-fast-openpgp/v/2.5.1
Thanks @jerson !
Thanks for this great library!
One problem I noticed this morning is, I can't run / build the android version, because jcenter is down, I get this error message:
But after I remove
jcenter()
from./android/build.gradle
, things start working again: https://github.com/jerson/react-native-fast-openpgp/blob/v2.5.0/android/build.gradle#L8 https://github.com/jerson/react-native-fast-openpgp/blob/v2.5.0/android/build.gradle#L75Since jcenter is deprecated, i guess it's better not using it in this lib. What do you think?
(btw, I was using nodejs-mobile-react-native and ran pure openpgpjs in my app. But this solution made my app's bundle very big, 80+MB. With your lib, my app's size decreases to 20+MB. And it's easier to use and faster. So thanks again!)