react-native-action-sheet icon indicating copy to clipboard operation
react-native-action-sheet copied to clipboard

Release without jcenter

Open swatiredhu17 opened this issue 4 years ago • 1 comments

Dependancy removal request

Jcenter will shutdown and it is not stable at the moment causing android builds either debug or release APKs to fail. Jcenter is used in the build.gradle file

Just creating an issue so we can track when a version without jcenter can be pulled for our app releases.
Path: react-native-action-sheet/android/build.gradle
Code :  
repositories {
    google()
    jcenter()
 }

Platform: Android

swatiredhu17 avatar Jan 24 '22 05:01 swatiredhu17

Thanks for the feedback

Feels free to open a PR

yfuks avatar Jan 24 '22 17:01 yfuks