如何在android studio中获取最新版本的库?

问题描述 投票:1回答:1

我想使用来自GitHub的库,但我能够获得它的最新版本。

图书馆:

implementation 'com.github.mukeshsolanki:android-otpview-pinview:<latest-version>'

Github仓库: https://github.com/mukeshsolanki/android-otpview-pinview

我到处搜索,但不知道在<latest-version>处写什么?>

我想使用GitHub上的库,但我能够获得它的最新版本。库:实现'com.github.mukeshsolanki:android-otpview-pinview:'Github存储库:https:// ...

android android-studio github dependencies implementation
1个回答
0
投票

如果要在构建项目时始终获取最新版本的库模块,则可以考虑执行以下操作。

© www.soinside.com 2019 - 2024. All rights reserved.