Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Bump Android resources (#4768)
Browse files Browse the repository at this point in the history
Summary:
Fix the current test failures due to the new JDK requirements.

Pull Request resolved: #4768

Test Plan:
Hard to dry-run. Best I can offer is the check here using the CircleCI UI:

![Screenshot 2023-05-24 at 11 45 19](https://github.com/facebook/flipper/assets/9906/2197d2cf-b6af-4463-8389-636029e983da)

Reviewed By: ivanmisuno

Differential Revision: D46145533

Pulled By: passy

fbshipit-source-id: 1887b1ffaa813f79d8a2ec9bd9486796399f865a
  • Loading branch information
passy authored and facebook-github-bot committed May 24, 2023
1 parent 33aebc7 commit 9b448b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: 2.1
orbs:
android: circleci/android@2.1.2
android: circleci/android@2.3.0
jobs:
snapshot:
environment:
TERM: 'dumb'
executor:
name: android/android-machine
tag: 2021.10.1
tag: 2023.04.1
resource-class: large
steps:
- checkout
Expand All @@ -19,7 +19,7 @@ jobs:
- run:
name: build
command: |
yes | sdkmanager "platforms;android-30" || true
yes | sdkmanager "platforms;android-33" || true
/tmp/retry -m 3 ./gradlew :android:assembleRelease --info
- run:
name: deploy snapshot
Expand Down

0 comments on commit 9b448b2

Please sign in to comment.