From 1df74e27ac4b54a358155c3d50d02195889f8b7e Mon Sep 17 00:00:00 2001 From: Randy Webster Date: Tue, 15 Feb 2022 21:17:08 -0800 Subject: [PATCH] Fix build tools version (#8) --- .github/workflows/{build.yml => checks.yml} | 0 README.md | 2 +- packages.txt | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{build.yml => checks.yml} (100%) diff --git a/.github/workflows/build.yml b/.github/workflows/checks.yml similarity index 100% rename from .github/workflows/build.yml rename to .github/workflows/checks.yml diff --git a/README.md b/README.md index bf2aa46..3da7e4d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Android Docker Image -[![License](http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![Download](https://img.shields.io/docker/v/randr0id/android-docker?style=flat-square)](https://hub.docker.com/r/randr0id/android-docker/tags) [![Workflow](https://github.com/randr0id/android-docker/actions/workflows/build.yml/badge.svg)](https://github.com/randr0id/android-docker/actions/workflows/build.yml) +[![License](http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![Download](https://img.shields.io/docker/v/randr0id/android-docker?style=flat-square)](https://hub.docker.com/r/randr0id/android-docker/tags) [![Workflow](https://github.com/randr0id/android-docker/actions/workflows/checks.yml/badge.svg)](https://github.com/randr0id/android-docker/actions/workflows/checks.yml) _A Docker image for building and testing Android apps._ diff --git a/packages.txt b/packages.txt index 6c74e97..a63b4cf 100644 --- a/packages.txt +++ b/packages.txt @@ -1,2 +1,2 @@ -build-tools;31.0.0 +build-tools;30.0.3 platforms;android-31