android studio 总是依赖最新版本的方式
总是依赖最新版本的方式
例如:
implementation 'com.github.wy749814530:MultiGraphics:1.0.4'
====>
implementation 'com.github.wy749814530:MultiGraphics:latest.release'
只需要将版本号1.0.4 替换为latest.release 就可以总是依赖最新版本了。
PS:推荐直接使用版本号,不太推荐使用“latest.release”这种方式来依赖第三方库。
“latest.
原创
2020-06-28 17:55:02 ·
2318 阅读 ·
0 评论