react-native-file-selector icon indicating copy to clipboard operation
react-native-file-selector copied to clipboard

compile update to implementation

Open jiangjiatao opened this issue 6 years ago • 0 comments

please update react-native-file-selector/android/build.gradle

dependencies { compile 'com.nbsp:library:1.8' compile 'com.android.support:appcompat-v7:27.0.2' compile 'com.android.support:support-v4:27.0.2' compile 'com.facebook.react:react-native:+' } to

dependencies { implementation 'com.nbsp:library:1.8' implementation 'com.android.support:appcompat-v7:27.0.2' implementation 'com.android.support:support-v4:27.0.2' implementation 'com.facebook.react:react-native:+' }

thanks !!!!!

jiangjiatao avatar Jul 24 '19 13:07 jiangjiatao