From 3fca6069e78befc40d944bfad2954ba6f4c9de11 Mon Sep 17 00:00:00 2001 From: Couta7 <57766816+Couta7@users.noreply.github.com> Date: Tue, 14 Oct 2025 12:56:29 +0100 Subject: [PATCH] Update build.gradle * What went wrong: Execution failed for task ':app:mergeDebugAssets'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find com.github.prscx:bottomsheetbuilder:fixes-SNAPSHOT. --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}