我们在 canary 渠道发布具有最新特性的版本,欢迎喜欢尝新的用户使用这个版本!
Canary: 金丝雀,早期旷工探洞,使用金丝雀来侦查环境,寓意勇敢尝试新特性。
From youdao dic: http://dict.youdao.com/search?q=canary&keyfrom=dict.index
release note
1 2 3
| Bugtags Android SDK v3.1.2 已经发布,主要修改为: ### 2019.11.10 v3.1.2 - 优化:Android 8.0 后台问题
|
- 在 project 的 build.gradle 添加 repository
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| buildscript { repositories { mavenCentral() jcenter() maven{ url "https://dl.bintray.com/bugtags/maven" } } dependencies { classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.bugtags.library:bugtags-gradle:latest.integration' } } allprojects { repositories { jcenter() mavenCentral() maven{ url "https://dl.bintray.com/bugtags/maven" } } }
|
- 在 module 的 build.gradle 更改 dependency
1 2 3 4 5 6 7
| apply plugin: 'com.bugtags.library.plugin'
dependencies { implementation 'com.bugtags.library-canary:bugtags-lib:latest.integration' }
|
包的最新版本
相关文章推荐