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

Commit 9b448b2

Browse files
passyfacebook-github-bot
authored andcommitted
Bump Android resources (#4768)
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
1 parent 33aebc7 commit 9b448b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
version: 2.1
22
orbs:
3-
android: circleci/android@2.1.2
3+
android: circleci/android@2.3.0
44
jobs:
55
snapshot:
66
environment:
77
TERM: 'dumb'
88
executor:
99
name: android/android-machine
10-
tag: 2021.10.1
10+
tag: 2023.04.1
1111
resource-class: large
1212
steps:
1313
- checkout
@@ -19,7 +19,7 @@ jobs:
1919
- run:
2020
name: build
2121
command: |
22-
yes | sdkmanager "platforms;android-30" || true
22+
yes | sdkmanager "platforms;android-33" || true
2323
/tmp/retry -m 3 ./gradlew :android:assembleRelease --info
2424
- run:
2525
name: deploy snapshot

0 commit comments

Comments
 (0)