[Android] [build] Fix build for Android Studio 4

This commit is contained in:
Anatoliy Tomilov 2020-07-20 14:43:04 +05:00 committed by Aleksandr Zatsepin
parent 83447baa0d
commit a6eb7ccdc3
2 changed files with 0 additions and 2 deletions

View file

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

View file

@ -1 +0,0 @@
include '3rd_party:BottomSheet'