Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile update to implementation #49

Open
jiangjiatao opened this issue Jul 24, 2019 · 0 comments
Open

compile update to implementation #49

jiangjiatao opened this issue Jul 24, 2019 · 0 comments

Comments

@jiangjiatao
Copy link

jiangjiatao commented Jul 24, 2019

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 !!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant