prscX / react-native-bottom-action-sheet

React Native: Native Bottom Action Sheet
Apache License 2.0
634 stars 48 forks source link

buildToolsVersion is not specified #4

Closed oonxt closed 6 years ago

oonxt commented 6 years ago

react-native run-android:

Could not resolve all dependencies for configuration ':app:_debugApk'. A problem occurred configuring project ':react-native-bottom-action-sheet'. buildToolsVersion is not specified.

prscX commented 6 years ago

Thanks @oonxt for rising the issue.

I will add the missing buildToolsVersion and publish the same.

Thanks Pranav

prscX commented 6 years ago

Hi @oonxt, I have added the buildToolsVersion in build.gradle and published it with V0.0.4

Can you please install and verify the same. Let me know if you still face the same issue.

Thanks Pranav