-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci][android] fix versioned expo go build error (expo#22802)
# Why regression from expo#22107 this happens only on versioned variant: https://github.com/expo/expo/actions/runs/5206380027/jobs/9392879045 # How - backport necessary dependency to sdk 47/48 code. - though it's unrelated, also bump default ndk version in our cache. we now build from ndk r23. original ndk r21 will always be cache missed. # Test Plan `./gradlew :app:assembleVersionedDebug`
- Loading branch information
Showing
3 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters