diff --git a/android/build.gradle b/android/build.gradle index 39d8123..7106aef 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -43,6 +43,6 @@ repositories { dependencies { implementation 'com.facebook.react:react-native:+' implementation 'com.github.javiersantos:BottomDialogs:1.2.1' - implementation 'com.github.prscx:bottomsheetbuilder:fixes-SNAPSHOT' + implementation 'com.github.prscx:bottomsheetbuilder:1.6.0' implementation 'com.android.support:design:27.1.1' -} \ No newline at end of file +}