Skip to content

Commit d74d427

Browse files
authored
fix(android): move docker android pin to JDK11 version (#123)
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
1 parent dc95e79 commit d74d427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executors/linux_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parameters:
1212
type: string
1313
default: medium
1414
docker:
15-
- image: reactnativecommunity/react-native-android:4.2
15+
- image: reactnativecommunity/react-native-android:5.1
1616
resource_class: <<parameters.resource_class>>
1717
environment:
1818
- _JAVA_OPTIONS: <<parameters.java_options>>

0 commit comments

Comments
 (0)