We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the issue A clear and detailed description of what the issue is.
Build Environment
我准备自己构建一个依赖库模块。我的模块中包含第三方依赖库 SmartRefreshLayout的引用。如下
dependencies { ... embed("io.github.cymchad:BaseRecyclerViewAdapterHelper4:4.1.4") embed("io.reactivex.rxjava2:rxjava:2.2.21") embed("io.reactivex.rxjava2:rxandroid:2.1.1") embed("com.scwang.smart:refresh-layout-kernel:2.0.3") embed("com.scwang.smart:refresh-header-classics:2.0.3") embed("com.scwang.smart:refresh-footer-classics:2.0.3") ... }
当我执行构建后,生成的aar中只有rxjava的jar,并没有另外两个三方依赖库的lib
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue
A clear and detailed description of what the issue is.
Build Environment
我准备自己构建一个依赖库模块。我的模块中包含第三方依赖库 SmartRefreshLayout的引用。如下
当我执行构建后,生成的aar中只有rxjava的jar,并没有另外两个三方依赖库的lib
The text was updated successfully, but these errors were encountered: