Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.74 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.74 KB

andle

Codacy Badge PyPI version Build Status Code Climate Awesome

andle is an Android tool to help you sync dependencies, SDK or build tool version.

Installation

Simple install by pip:

$ sudo pip install andle

Usage

The most commonly used command:

$ andle setsdk -p <path>                    # set android sdk path
$ andle update -p <path> [-d] [-r] [-g]     # sync project gradle config

-h, --help            show this help message and exit
-p PATH, --path PATH  root path
-d, --dryrun          dryrun
-g, --gradle          check gradle version
-r, --remote          check jcenter repository

See andle --help or andle <command> --help for more information.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Jintin/andle.

License

The package is available as open source under the terms of the MIT License.

Buy Me A Coffee