Skip to content

Commit

Permalink
update sdk to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
softartdev committed Nov 29, 2023
1 parent 35ec703 commit c83a62e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM openjdk:17-bullseye

LABEL softartdev <[email protected]>

ENV ANDROID_SDK_URL https://dl.google.com/android/repository/commandlinetools-linux-9477386_latest.zip
ENV ANDROID_API_LEVEL android-33
ENV ANDROID_BUILD_TOOLS_VERSION 33.0.2
ENV ANDROID_SDK_URL https://dl.google.com/android/repository/commandlinetools-linux-10406996_latest.zip
ENV ANDROID_API_LEVEL android-34
ENV ANDROID_BUILD_TOOLS_VERSION 34.0.0
ENV ANDROID_HOME /usr/local/android-sdk-linux
ENV ANDROID_VERSION 33
ENV ANDROID_VERSION 34
ENV PATH $PATH:$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin:$ANDROID_HOME/platform-tools:$ANDROID_HOME/cmdline-tools/bin

RUN mkdir "$ANDROID_HOME" .android && \
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Docker Pulls](https://img.shields.io/docker/pulls/softartdev/android-fastlane)](https://hub.docker.com/repository/docker/softartdev/android-fastlane)
[![Build and publish to DockerHub](https://github.com/softartdev/docker-android-fastlane/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/softartdev/docker-android-fastlane/actions/workflows/docker-publish.yml)

You can use this image on such CI/CD like Bitbucket/GitLab/etc, which uses docker containers.
You can use this image on such CI/CD like Bitbucket/GitLab/GitHub Actions/etc, which uses docker containers.

Example for bitbucket-pipelines.yml file:
```
Expand All @@ -14,10 +14,6 @@ pipelines:
name: Build step
script:
- ./gradlew build
- step:
name: Test step
script:
- ./gradlew test
- step:
name: Publish step
script:
Expand Down

0 comments on commit c83a62e

Please sign in to comment.