Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Remove building apk for now
Browse files Browse the repository at this point in the history
- Big frustrating since this is keep failing with memory leak. Remove this for now until we find the solution.
  • Loading branch information
hyochan committed Jun 5, 2020
1 parent 63a5ead commit a590f7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ jobs:
command: |
yarn build:android --max-workers=2
- run:
name: Build Android APK
working_directory: android
command: |
./gradlew assembleDebug --max-workers=2
# - run:
# name: Build Android APK
# working_directory: android
# command: |
# ./gradlew assembleDebug --max-workers=2

ios:
macos:
Expand Down

0 comments on commit a590f7e

Please sign in to comment.