Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .ci/images_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
{
"api": 35,
"build_tools": "35.0.0"
},
{
"api": 36,
"build_tools": "36.0.0"
}
],
"android_ndk": [
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ RUN if [ "$gcloud" = true ] ; \
## Install Android SDK
ARG sdk_version=commandlinetools-linux-6200805_latest.zip
ARG android_home=/opt/android/sdk
ARG android_api=android-35
ARG android_build_tools=35.0.0
ARG android_api=android-36
ARG android_build_tools=36.0.0
ARG android_ndk=false
ARG ndk_version=26.1.10909125
ARG cmake=3.22.1
Expand Down
Loading