├── README.md ├── appgallery-publisher.sh ├── config.json ├── google-publisher-service-account.py ├── mi-publisher.py ├── release-note-en-US.txt ├── release-note-zh-cn.txt ├── release-note-zh-hk.txt ├── utils.py └── vivo-publisher.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikeFei1000/Android-Publisher/HEAD/README.md -------------------------------------------------------------------------------- /appgallery-publisher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikeFei1000/Android-Publisher/HEAD/appgallery-publisher.sh -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikeFei1000/Android-Publisher/HEAD/config.json -------------------------------------------------------------------------------- /google-publisher-service-account.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikeFei1000/Android-Publisher/HEAD/google-publisher-service-account.py -------------------------------------------------------------------------------- /mi-publisher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikeFei1000/Android-Publisher/HEAD/mi-publisher.py -------------------------------------------------------------------------------- /release-note-en-US.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /release-note-zh-cn.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /release-note-zh-hk.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikeFei1000/Android-Publisher/HEAD/utils.py -------------------------------------------------------------------------------- /vivo-publisher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikeFei1000/Android-Publisher/HEAD/vivo-publisher.py --------------------------------------------------------------------------------