Try android-executor

This commit is contained in:
Diego Mello 2024-03-28 18:04:55 -03:00
parent f23060c10f
commit 37a28be292
1 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,12 @@
defaults: &defaults
working_directory: ~/repo
android-executor: &android-executor
executor:
name: android/android-machine
resource-class: xlarge
tag: 2024.01.1
orbs:
android: circleci/android@2.1.2
@ -415,12 +421,10 @@ jobs:
# Android builds
android-build-experimental:
<<: *defaults
docker:
- image: cimg/android:2023.11-node
<<: *android-executor
environment:
<<: *android-env
<<: *bash-env
resource_class: xlarge
steps:
- android-build