Skip to content

Commit

Permalink
Merge pull request #16 from menny/new-tools
Browse files Browse the repository at this point in the history
New build tools
  • Loading branch information
menny authored Mar 31, 2023
2 parents f366dc8 + 86b2699 commit cf8fdda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post_merge_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
TERM: dumb
IMAGE_VERSION: 1.16.5
IMAGE_VERSION: 1.17.0
jobs:
build_base:
runs-on: ubuntu-22.04
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ LABEL version="${IMAGE_VERSION}"
LABEL maintainer="[email protected]"

# Install sdk elements (list from "sdkmanager --list")
RUN sdkmanager "build-tools;32.0.0"
RUN sdkmanager "build-tools;33.0.1"

RUN sdkmanager "platforms;android-32"
RUN sdkmanager "platforms;android-33"

RUN sdkmanager "patcher;v4"

Expand Down

0 comments on commit cf8fdda

Please sign in to comment.