foreverest / mobile-center-cli

MIT License
0 stars 0 forks source link

`init` command should always use the latest versions of SDKs #8

Closed vladimir-kotikov closed 7 years ago

vladimir-kotikov commented 7 years ago

Currently we're using hardcoded versions (e.g for Android we use 0.6.0). Ideally we need to fetch latest available version from libs' source and use it

OR

DenisKudelin commented 7 years ago

done. It retrieves the latest version from github by specified platform.

Check if it's possible just to reference the latest deps versions in *.gradle

not possible.