直接上代码
在第三方包中去除 exclude group: ‘com.android.support’

implementation ('com.github.bumptech.glide:glide:4.8.0'){
        exclude group: 'com.android.support'
    }
    implementation ('com.google.zxing:core:3.2.0'){
        exclude group: 'com.android.support'
    }
Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐