Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select appropriate AARs depending on build type #3563

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

tomekzaw
Copy link
Member

@tomekzaw tomekzaw commented Sep 12, 2022

Description

This PR improves paths to AAR files where debug mode was hard-coded with appropriate build type:

  • android-debug.aarandroid-${resolveBuildType()}.aar
  • hermes-debug.aarhermes-${resolveBuildType()}.aar

Zrzut ekranu 2022-09-12 o 09 43 21

Changes

Test code and steps to reproduce

Checklist

  • Included code example that can be used to test this change
  • Updated TS types
  • Added TS types tests
  • Added unit / integration tests
  • Updated documentation
  • Ensured that CI passes

@tomekzaw tomekzaw marked this pull request as ready for review September 12, 2022 07:44
@piaskowyk piaskowyk merged commit b8e0252 into main Sep 13, 2022
@piaskowyk piaskowyk deleted the @tomekzaw/fix-android-aar-build-type branch September 13, 2022 08:05
piaskowyk pushed a commit that referenced this pull request Oct 6, 2022
## Description

This PR improves paths to AAR files where debug mode was hard-coded with
appropriate build type:
* `android-debug.aar` → `android-${resolveBuildType()}.aar`
* `hermes-debug.aar` → `hermes-${resolveBuildType()}.aar`

<img width="574" alt="Zrzut ekranu 2022-09-12 o 09 43 21"
src="https://user-images.githubusercontent.com/20516055/189599502-d4076835-2145-4994-b22f-266273f952bc.png">

<!--
Description and motivation for this PR.

Inlude Fixes #<number> if this is fixing some issue.

Fixes # .
-->

## Changes

<!--
Please describe things you've changed here, make a **high level**
overview, if change is simple you can omit this section.

For example:

- Added `foo` method which add bouncing animation
- Updated `about.md` docs
- Added caching in CI builds

-->

<!--

## Screenshots / GIFs

Here you can add screenshots / GIFs documenting your change.

You can add before / after section if you're changing some behavior.

### Before

### After

-->

## Test code and steps to reproduce

<!--
Please include code that can be used to test this change and short
description how this example should work.
This snippet should be as minimal as possible and ready to be pasted
into editor (don't exclude exports or remove "not important" parts of
reproduction example)
-->

## Checklist

- [ ] Included code example that can be used to test this change
- [ ] Updated TS types
- [ ] Added TS types tests
- [ ] Added unit / integration tests
- [ ] Updated documentation
- [ ] Ensured that CI passes
fluiddot pushed a commit to wordpress-mobile/react-native-reanimated that referenced this pull request Jun 5, 2023
## Description

This PR improves paths to AAR files where debug mode was hard-coded with
appropriate build type:
* `android-debug.aar` &rarr; `android-${resolveBuildType()}.aar`
* `hermes-debug.aar` &rarr; `hermes-${resolveBuildType()}.aar`

<img width="574" alt="Zrzut ekranu 2022-09-12 o 09 43 21"
src="https://user-images.githubusercontent.com/20516055/189599502-d4076835-2145-4994-b22f-266273f952bc.png">

<!--
Description and motivation for this PR.

Inlude Fixes #<number> if this is fixing some issue.

Fixes # .
-->

## Changes

<!--
Please describe things you've changed here, make a **high level**
overview, if change is simple you can omit this section.

For example:

- Added `foo` method which add bouncing animation
- Updated `about.md` docs
- Added caching in CI builds

-->

<!--

## Screenshots / GIFs

Here you can add screenshots / GIFs documenting your change.

You can add before / after section if you're changing some behavior.

### Before

### After

-->

## Test code and steps to reproduce

<!--
Please include code that can be used to test this change and short
description how this example should work.
This snippet should be as minimal as possible and ready to be pasted
into editor (don't exclude exports or remove "not important" parts of
reproduction example)
-->

## Checklist

- [ ] Included code example that can be used to test this change
- [ ] Updated TS types
- [ ] Added TS types tests
- [ ] Added unit / integration tests
- [ ] Updated documentation
- [ ] Ensured that CI passes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants