Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul authored Apr 23, 2024
1 parent 0dd61b4 commit 6388107
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![build](https://github.com/warnyul/docker-android-build-tools/workflows/build/badge.svg) ![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/warnyul/android-build-tools/latest) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/warnyul/android-build-tools/latest) [![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](LICENSE)

This is an Ubuntu based Docker image and is image only contains Open JDK 17 JRE, Android SDK Tools, Android SDK Build Tools and the Platform which version belongs to the Build Tools's version. For instance: `warnyul/android-build-tools:29.0.3` image containts `platform;android-29`, and the `warnyul/android-build-tools:28.0.0` image contains `platform;android-28` and so on.
This is an Ubuntu based Docker image and is image only contains Open JDK 17 JDK headless, Android SDK Tools, Android SDK Build Tools and the Platform which version belongs to the Build Tools's version. For instance: `warnyul/android-build-tools:34.0.0` image containts `platform;android-34`, and the `warnyul/android-build-tools:28.0.0` image contains `platform;android-28` and so on.

## Usage

Expand Down Expand Up @@ -30,10 +30,6 @@ cd docker-android-build-tools
./build.sh --build-tools-version=29.0.3 --latest
```

## Why Ubuntu Xential?

I use this image to build [redex](https://fbredex.com) in a Docker container. [The documentation of redex](https://fbredex.com/docs/installation) refers to this.

## License

Copyright 2020 Balázs Varga
Expand Down

0 comments on commit 6388107

Please sign in to comment.