1
0
Fork 0
 
 
Go to file
Ambrose Chua b30acbcc10
Update bump script
2020-05-16 14:06:02 +08:00
.github/ISSUE_TEMPLATE Update issue templates 2019-07-12 23:18:44 +08:00
ndk Bump SDK version to 4333796 2019-03-24 23:11:16 +08:00
.drone.yml Drone 1.0 syntax 2018-12-01 13:48:21 +08:00
.gitignore Add tools to generate and sign release apks 2018-09-21 10:51:27 +08:00
Dockerfile Update bump script 2020-05-16 14:06:02 +08:00
LICENSE Create LICENSE 2018-09-21 11:19:05 +08:00
README.md Update README.md 2018-09-26 23:13:11 +08:00
bump-sdk-version Update bump script 2020-05-16 14:06:02 +08:00
drone.yml.example Update drone.yml.example 2018-09-22 13:35:57 +08:00
genkeystore Add tools to generate and sign release apks 2018-09-21 10:51:27 +08:00
release Update release 2018-11-10 16:12:05 +08:00

README.md

android-builder

Docker image to build Android apps.

Usage

$ docker run --rm -it -v $PWD:/src productionwentdown/android-builder

With Drone

See the example .drone.yml file