This repository was archived by the owner on Feb 15, 2018. It is now read-only.

Description
Attempting to use this docker image to build on bitbucket pipelines i get the following error:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':androidcore'.
> failed to find Build Tools revision 23.0.3
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Looking at your Dockerfile i can see the following:
ENV ANDROID_COMPONENTS platform-tools,android-23,android-24,build-tools-23.0.2,build-tools-24.0.0
Is there any way i can make this compatible? Perhaps if the build-tools was updated?