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
api 'cn.bingoogolapple:bga-badgeview-api:1.1.8' kapt "cn.bingoogolapple:bga-badgeview-compiler:1.1.8"
The text was updated successfully, but these errors were encountered:
这个正好解决遇到的问题,还是希望能出个kotlin版本的
Sorry, something went wrong.
完全导入不了包不知道什么原因 implementation 'com.github.bingoogolapple.BGABadgeView-Android:api:1.2.0' kapt 'com.github.bingoogolapple.BGABadgeView-Android:compiler:1.2.0'
api'com.github.bingoogolapple.BGABadgeView-Android:api:1.2.0' kapt 'com.github.bingoogolapple.BGABadgeView-Android:compiler:1.2.0'
@jyjiawohao 添加 jitpack 源
allprojects { repositories { maven { url 'https://jitpack.io' } jcenter() google() } }
No branches or pull requests
The text was updated successfully, but these errors were encountered: