Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
feat: fixing android build
Browse files Browse the repository at this point in the history
[PD-2287] fixing android build
  • Loading branch information
rodrigocapmo committed Nov 17, 2021
2 parents 85ca858 + f21d775 commit e4e7775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capmo/circleci-orb",
"version": "4.6.1",
"version": "4.7.0",
"private": true,
"description": "A CircleCI Orb which can be used to simplify building and testing React Native apps.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/executors/linux_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
java_options:
description: Java command options. Note that setting this will override the default options so you might need to supply those as well.
type: string
default: '-Xmx1024m -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap'
default: "-Xmx1024m -XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport"
gradle_options:
description: Gradle command options. Note that setting this will override the default options so you might need to supply those as well.
type: string
Expand Down

0 comments on commit e4e7775

Please sign in to comment.