简体   繁体   中英

Maven Library Without Version on Android

Is there anyway to create a maven Library for Android and publishing it without pushing new release with new release tag version so we are not required to specify the version when we use it in other project. but maybe gradle will check if there is new version available and if so it will be autoupdated to use the latest version.

  • It is something on client app side to do, if they include your library module version in their build.gradle like, x.+ rather than specific numbered version, then they will get the latest released version for next their next build.

    For example, ie 2.+ rather than some specific version like, 2.6

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM