We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0f65a commit ad869b5Copy full SHA for ad869b5
.gitlab-ci.yml
@@ -1,5 +1,5 @@
1
variables:
2
- CURRENT_CI_IMAGE: "21"
+ CURRENT_CI_IMAGE: "22"
3
CI_IMAGE_DOCKER: registry.ddbuild.io/ci/dd-sdk-android:$CURRENT_CI_IMAGE
4
GIT_DEPTH: 5
5
@@ -15,7 +15,7 @@ variables:
15
EMULATOR_NAME: "android_emulator"
16
ANDROID_ARCH: "arm64-v8a"
17
ANDROID_API: "36"
18
- ANDROID_SDK_VERSION: "commandlinetools-mac-11076708_latest"
+ ANDROID_SDK_VERSION: "commandlinetools-mac-13114758_latest"
19
20
include:
21
- local: 'ci/pipelines/default-pipeline.yml'
0 commit comments