Skip to content

Commit

Permalink
New build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
menny committed Mar 31, 2023
1 parent f366dc8 commit 86b2699
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 86b2699

Please sign in to comment.