Skip to content

Commit

Permalink
Updating Android SDK and NDK in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Mar 29, 2024
1 parent 5852b3c commit 336ca54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM --platform=linux/amd64 ubuntu:22.04

# Arguments that can be overridden in 'docker build' command:
# Versions of Android SDK and NDK. The CMake is installed via NDK.
ARG VERSION_SDK=10406996
ARG VERSION_NDK=26.1.10909125
ARG VERSION_SDK=11076708
ARG VERSION_NDK=26.2.11394342
ARG VERSION_CMAKE=3.22.1

# Package to install via pip3
Expand Down

0 comments on commit 336ca54

Please sign in to comment.