Skip to content

Commit 0698ff4

Browse files
none: trying to fix android resourcing
1 parent 626affc commit 0698ff4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ executors:
2020
working_directory: ~/project
2121

2222
orbs:
23-
android: circleci/android@1.0
23+
android: circleci/android@2.4.0
2424

2525
# Always run job
2626
run_always: &run_always
@@ -115,6 +115,8 @@ jobs:
115115
JAVA_OPTS: '-Xms512m -Xmx1024m'
116116
executor:
117117
name: android/android-machine
118+
resource-class: large
119+
tag: 2021.10.1
118120
working_directory: ~/project
119121
steps:
120122
- checkout:

0 commit comments

Comments
 (0)