diff --git a/android/build.gradle b/android/build.gradle index 40d80d0b42..e07280f9b1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -80,7 +80,6 @@ dependencies { implementation('com.mopub:mopub-sdk-native-static:5.10.0@aar') { transitive = true; } - implementation fileTree(dir: '3rd_party', include: '*.jar') // BottomSheet implementation 'com.cocosw:bottomsheet:1.5.0@aar' // LinearLayoutManager allowing wrap_content of RecyclerView-s diff --git a/android/settings.gradle b/android/settings.gradle deleted file mode 100644 index 3fdbaafdd9..0000000000 --- a/android/settings.gradle +++ /dev/null @@ -1 +0,0 @@ -include '3rd_party:BottomSheet'