Skip to content

Commit 336ca54

Browse files
committed
Updating Android SDK and NDK in Dockerfile
1 parent 5852b3c commit 336ca54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM --platform=linux/amd64 ubuntu:22.04
22

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

99
# Package to install via pip3

0 commit comments

Comments
 (0)