Skip to content

Commit

Permalink
remove android tag (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice authored Mar 25, 2024
1 parent 1ef623c commit df6f389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ base_job: &base_job
executor:
name: android/android-machine
resource-class: xlarge
tag: 2023.11.1 #https://circleci.com/developer/images/image/cimg/android
tag: default
working_directory: "~/project"
environment:
TERM: dumb
Expand All @@ -14,7 +14,7 @@ base_job: &base_job

version: 2.1
orbs:
android: circleci/android@2.3.0
android: circleci/android@2.5.0
aws-cli: circleci/[email protected]
codecov: codecov/[email protected]
jobs:
Expand Down

0 comments on commit df6f389

Please sign in to comment.