jack9095 / autopackage

An Android auto package script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Package

中文版

1. What?

An Android auto package script. Mainly used to

  • Call gradlew command to package APKs, 32 bit and 64 bit separately
  • Copy APKs to given directory
  • Diff APK with last version or output its info base on diffuse
  • Copy language resources to given dirctory, commit to github repo for translation cooperation
  • Add git tag automatically and push to remote git repo
  • Automatically generate APP upgrade log from git logs
  • Reinforce APKs by 360 Security
  • Upload APKs to lanzou cloud
  • Send APK and upgrade log to Telegram group by bot
  • Notify receivers when succeed by email
  • More in the future.

2. How?

2.1 Prepare

  • Python: Python3
  • Add pyymal library to your environment by: pip install pyyaml
  • And requests library to your environment by: pip install requests
  • And requests_toolbelt library to your environment by: pip install requests_toolbelt

2.2 Use

About

An Android auto package script.

License:Apache License 2.0


Languages

Language:Python 99.4%Language:HTML 0.6%