Skip to content

Commit c824c94

Browse files
none: increasing the android orb version
1 parent 56e9d2c commit c824c94

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
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.5.0
2424

2525
# Always run job
2626
run_always: &run_always
@@ -115,8 +115,6 @@ jobs:
115115
JAVA_OPTS: '-Xms512m -Xmx1024m'
116116
executor:
117117
name: android/android-machine
118-
resource_class: medium
119-
tag: default
120118
working_directory: ~/project
121119
steps:
122120
- checkout:

0 commit comments

Comments
 (0)