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 626affc commit 0698ff4Copy full SHA for 0698ff4
.circleci/config.yml
@@ -20,7 +20,7 @@ executors:
20
working_directory: ~/project
21
22
orbs:
23
- android: circleci/android@1.0
+ android: circleci/android@2.4.0
24
25
# Always run job
26
run_always: &run_always
@@ -115,6 +115,8 @@ jobs:
115
JAVA_OPTS: '-Xms512m -Xmx1024m'
116
executor:
117
name: android/android-machine
118
+ resource-class: large
119
+ tag: 2021.10.1
120
121
steps:
122
- checkout:
0 commit comments