我正在尝试创建一个必须安装android依赖项的模块,但是我遇到了很多问题。
我不明白我的错误或依赖项是否已安装。
我要安装的依赖项如下:
implementation 'com.google.android.exoplayer:exoplayer:2.8.1'
implementation 'com.github.rubensousa:bottomsheetbuilder:1.6.1'
implementation 'com.nbsp:library:1.8'
给我的错误就是这样的事情,例如:
Failed to resolve: com.github.rubensousa:bottomsheetbuilder:1.6.1
有人可以帮我