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
升级最新的SDK在com.android.tools.build:gradle:4.2.1编译不过..旧版本就可以
com.android.tools.build:gradle:4.2.1
//Maven依赖 //1、公共依赖 implementation('com.aliyun.ams:alicloud-android-ha-adapter:1.1.5.1-open') { transitive = true } //2、崩溃分析,不接入可注释掉 implementation('com.aliyun.ams:alicloud-android-ha-crashreporter:1.2.5') { transitive = true } //3、移动日志,不接入可注释掉 implementation('com.aliyun.ams:alicloud-android-tlog:1.1.4.1-open') { transitive = true } //4、性能监控,不接入可注释掉 implementation('com.aliyun.ams:alicloud-android-apm:1.0.10.0-open') { transitive = true }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
升级最新的SDK在
com.android.tools.build:gradle:4.2.1
编译不过..旧版本就可以The text was updated successfully, but these errors were encountered: