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

fix: Fail to assemble release due to react-native-gzip #1229

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Conversation

zatteo
Copy link
Contributor

@zatteo zatteo commented Jul 11, 2024

It seems that these two lines are not needed anymore since we updated to React Native 0.72, AGP 7 & Gradle 8.

Error encountered during ./gradlew assembleRelease --no-daemon : Reason: Task ':fengweichong_react-native-gzip:copyReleaseJniLibsProjectAndLocalJars' uses this output of task ':@fengweichong_react-native-gzip:stripReleaseDebugSymbols' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.

### ✨ Features

*

### 🐛 Bug Fixes

*

### 🔧 Tech

* Fail to assemble release due to react-native-gzip

Checklist

Before merging this PR, the following things must have been done if relevant:

  • Tested on iOS
  • Tested on Android
  • Test coverage
  • README and documentation

It seems that these two lines are not needed anymore since we updated
to React Native 0.72, AGP 7 & Gradle 8.

Error encountered during `./gradlew assembleRelease --no-daemon` :
`Reason: Task
':fengweichong_react-native-gzip:copyReleaseJniLibsProjectAndLocalJars'
uses this output of task
':@fengweichong_react-native-gzip:stripReleaseDebugSymbols' without
declaring an explicit or implicit dependency. This can lead to
incorrect results being produced, depending on what order the tasks
are executed.`
@zatteo zatteo merged commit 5967f84 into master Jul 11, 2024
1 check passed
@zatteo zatteo deleted the fix/build-gzip branch July 11, 2024 09:43
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.

2 participants