Skip to content

Commit

Permalink
fix(android): move docker android pin to JDK11 version (#123)
Browse files Browse the repository at this point in the history
The JVM options were coordinated with JDK8 + v4.x docker version pin earlier,
the JVM options were moved to JDK11 in #122 but the pin wasn't moved
They should be in sync with this
  • Loading branch information
mikehardy authored Nov 19, 2021
1 parent dc95e79 commit d74d427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executors/linux_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
type: string
default: medium
docker:
- image: reactnativecommunity/react-native-android:4.2
- image: reactnativecommunity/react-native-android:5.1
resource_class: <<parameters.resource_class>>
environment:
- _JAVA_OPTIONS: <<parameters.java_options>>
Expand Down

0 comments on commit d74d427

Please sign in to comment.